From db59928fd93080e5376e45f7dcf7ddee0262e336 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 26 Jun 2003 04:05:37 +0000 Subject: OK, now builds fallback for arima/hdama! git-svn-id: svn://svn.coreboot.org/coreboot/trunk@917 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/Config.lb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index 107e6ad4aa..f237a5cbea 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -241,7 +241,9 @@ ldscript /arch/i386/lib/id.lds #### failover to another image. #### option MAX_REBOOT_CNT=2 -##ldscript arch/i386/lib/failover.lds USE_FALLBACK_IMAGE +if USE_FALLBACK_IMAGE + ldscript /arch/i386/lib/failover.lds +end # ### ### Setup our mtrrs -- cgit v1.2.3