From 8c558d35cbdc746db979ab9510a93a33d955a9d5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 20 Nov 2008 19:26:16 +0000 Subject: OK, people, watch this. This is a school book example of why trivial indent patches just suck big time. This error was introduced by a trivial self-acked indent patch and was never detected (because of a missing Config-abuild.lb) So, indenting the code for no reason can make it a lot worse (read: break it) instead of improving it. I ask everyone to keep this in mind when going on indent-frenzy again. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2895/cache_as_ram_auto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/tyan/s2895/cache_as_ram_auto.c b/src/mainboard/tyan/s2895/cache_as_ram_auto.c index 99afbd3bc2..0dcf7cc516 100644 --- a/src/mainboard/tyan/s2895/cache_as_ram_auto.c +++ b/src/mainboard/tyan/s2895/cache_as_ram_auto.c @@ -222,9 +222,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) #if USE_FALLBACK_IMAGE == 1 failover_process(bist, cpu_init_detectedx); #endif -#endif real_main(bist, cpu_init_detectedx); - +#endif } #if USE_FAILOVER_IMAGE==0 -- cgit v1.2.3