src/vendorcode: add IS_ENABLED() around Kconfig symbol references
Change-Id: I891cb4f799aaafcf4a0dd91b5533d2f8db7f3d61 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20357 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
@@ -400,7 +400,7 @@ typedef enum { //vv- for debug reference only
|
||||
#define IDS_HDT_CONSOLE_INIT(x)
|
||||
#define IDS_HDT_CONSOLE_EXIT(x)
|
||||
#ifdef __GNUC__
|
||||
#if CONFIG_REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL
|
||||
#if IS_ENABLED(CONFIG_REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL)
|
||||
#define IDS_HDT_CONSOLE(s, args...) do_printk(BIOS_DEBUG, s, ##args)
|
||||
///#define IDS_HDT_CONSOLE(f, s, args...) printk(((MEM_FLOW) - (f) + (BIOS_DEBUG)), s, ##args)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user