diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 14:04:03 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 14:04:03 +0000 |
commit | 432cc669840d110f671fe9fbf36a3a3477995b89 (patch) | |
tree | f919e18a5a1f2bd997a14003ec5d8169b8eaced9 /src | |
parent | 0044307756b994dd6add4e11b431f2fec3be4f2c (diff) | |
download | coreboot-432cc669840d110f671fe9fbf36a3a3477995b89.tar.xz |
arima updates
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 2f871ea040..002018556d 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -17,11 +17,6 @@ if HAVE_PIRQ_TABLE object irq_tables.o end arch i386 end cpu k8 end # -option DEBUG=1 -default USE_FALLBACK_IMAGE=1 -option A=(1+2) -option B=0xa -# ### ### Build our 16 bit and 32 bit linuxBIOS entry code ### @@ -57,7 +52,7 @@ ldscript /arch/i386/lib/id.lds #### Things are delicate and we test to see if we should #### failover to another image. #### -option MAX_REBOOT_CNT=2 +#option MAX_REBOOT_CNT=2 ##ldscript arch/i386/lib/failover.lds USE_FALLBACK_IMAGE # ### |