drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use
Change-Id: I5ecfa0860a28547f76a72592a8d07bca67822217 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38188 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
10bc806ab3
commit
a28ee1b186
@ -32,12 +32,10 @@ void post_code(u8 value);
|
||||
void arch_post_code(u8 value);
|
||||
void cmos_post_code(u8 value);
|
||||
#if CONFIG(CMOS_POST_EXTRA)
|
||||
void post_log_extra(u32 value);
|
||||
struct device;
|
||||
void post_log_path(const struct device *dev);
|
||||
void post_log_clear(void);
|
||||
#else
|
||||
#define post_log_extra(x) do {} while (0)
|
||||
#define post_log_path(x) do {} while (0)
|
||||
#define post_log_clear() do {} while (0)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user