summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-11-20 19:26:16 +0000
committerStefan Reinauer <stepan@openbios.org>2008-11-20 19:26:16 +0000
commit8c558d35cbdc746db979ab9510a93a33d955a9d5 (patch)
tree4e13a0ea18927dc24fb5b6472a4d5e8b93d1f0c9
parent86c9b8839217675cb1cc4830aa7d758864ee43f9 (diff)
downloadcoreboot-8c558d35cbdc746db979ab9510a93a33d955a9d5.tar.xz
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 <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/mainboard/tyan/s2895/cache_as_ram_auto.c3
1 files changed, 1 insertions, 2 deletions
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