From 2549d52c045d88518f36d48c44ca7d6777e9f17e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 17 Mar 2010 03:44:45 +0000 Subject: fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5246 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/boot/coreboot_table.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/i386/boot/coreboot_table.c') diff --git a/src/arch/i386/boot/coreboot_table.c b/src/arch/i386/boot/coreboot_table.c index d956b127a9..6a45e4bac5 100644 --- a/src/arch/i386/boot/coreboot_table.c +++ b/src/arch/i386/boot/coreboot_table.c @@ -185,6 +185,7 @@ static struct lb_mainboard *lb_mainboard(struct lb_header *header) return mainboard; } +#if (CONFIG_HAVE_OPTION_TABLE == 1) static struct cmos_checksum *lb_cmos_checksum(struct lb_header *header) { struct lb_record *rec; @@ -202,6 +203,7 @@ static struct cmos_checksum *lb_cmos_checksum(struct lb_header *header) return cmos_checksum; } +#endif static void lb_strings(struct lb_header *header) { -- cgit v1.2.3