[coreboot-gerrit] Patch set updated for coreboot: bea5d71 include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Jun 26 10:34:40 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6120

-gerrit

commit bea5d71006a0c433bc01dde1e16442a3267b584f
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Thu Jun 26 18:11:07 2014 +1000

    include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze
    
    Change-Id: Ie1ec8dbcdbbe0f2b05fdb10b1dca43cfee2a58cb
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 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 56f8caf..a401821 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 <drivers/pc80/mc146818rtc_early.c>
-#endif
+#endif /* !defined(__ROMCC__) */
 #define read_option(name, default) read_option_lowlevel(CMOS_VSTART_ ##name, CMOS_VLEN_ ##name, (default))
 
 #if CONFIG_CMOS_POST



More information about the coreboot-gerrit mailing list