From f780d0229594680d8d752680e0912a25a74f09de Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 18 Jul 2006 16:53:19 +0000 Subject: [PATCH] sorry for the inconvenience. this is a test commit. breaking a build is intentional. It will be fixed in a bit. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2338 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/agami/aruma/cache_as_ram_auto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/agami/aruma/cache_as_ram_auto.c b/src/mainboard/agami/aruma/cache_as_ram_auto.c index 8d9e13cb45..2db5450e03 100644 --- a/src/mainboard/agami/aruma/cache_as_ram_auto.c +++ b/src/mainboard/agami/aruma/cache_as_ram_auto.c @@ -247,6 +247,8 @@ void real_main(unsigned long bist, unsigned long cpu_init_detectedx) //It's the time to set ctrl now; fill_mem_ctrl(nodes, ctrl, spd_addr); + i_am_a_bad_boy(); + enable_smbus(); memreset_setup();