From d638c2b34bae222ad16670c72ad7c9a8841a3ec9 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 26 Jun 2014 18:11:07 +1000 Subject: include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze Change-Id: Ie1ec8dbcdbbe0f2b05fdb10b1dca43cfee2a58cb Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6120 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/include/pc80/mc146818rtc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/pc80/mc146818rtc.h b/src/include/pc80/mc146818rtc.h index 56f8cafe90..a4018219f8 100644 --- a/src/include/pc80/mc146818rtc.h +++ b/src/include/pc80/mc146818rtc.h @@ -187,9 +187,9 @@ static inline enum cb_err get_option(void *dest __attribute__((unused)), { return CB_CMOS_OTABLE_DISABLED; } #define read_option_lowlevel(start, size, def) def #endif -#else +#else /* defined(__ROMCC__) */ #include -#endif +#endif /* !defined(__ROMCC__) */ #define read_option(name, default) read_option_lowlevel(CMOS_VSTART_ ##name, CMOS_VLEN_ ##name, (default)) #if CONFIG_CMOS_POST -- cgit v1.2.3