From 7fd931b11d6727f489f8ed76530b43a382ed3c60 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Sat, 25 Sep 2010 10:42:55 +0000 Subject: Keep the mc146818rtc.h include close to the option table include where possible. Signed-off-by: Myles Watson Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5839 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/intel/e7520/raminit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/northbridge/intel/e7520') diff --git a/src/northbridge/intel/e7520/raminit.c b/src/northbridge/intel/e7520/raminit.c index 0ef73cc026..e9827c43b9 100644 --- a/src/northbridge/intel/e7520/raminit.c +++ b/src/northbridge/intel/e7520/raminit.c @@ -23,6 +23,7 @@ #include #include "raminit.h" #include "e7520.h" +#include #if CONFIG_HAVE_OPTION_TABLE #include "option_table.h" #endif @@ -626,7 +627,7 @@ static int spd_set_dram_controller_mode(const struct mem_controller *ctrl, if (read_option(CMOS_VSTART_ECC_memory, CMOS_VLEN_ECC_memory, 1) == 0) { ecc = 0; /* ECC off in CMOS so disable it */ print_debug("ECC off\n"); - } else + } else #endif { print_debug("ECC on\n"); -- cgit v1.2.3