diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-25 03:20:22 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-25 03:20:22 +0000 |
commit | 0f28460efbf4548c8bcfc2b20419f8375cd231c7 (patch) | |
tree | 8547adb25dc94fd1ba927f389e58b370ea4a4df5 /src/mainboard/arima | |
parent | ed27a5e5474b0c23dbedca9519f72265a8f1cf51 (diff) | |
download | coreboot-0f28460efbf4548c8bcfc2b20419f8375cd231c7.tar.xz |
more fixes but it appears that options are not picking up the right values.
I set USE_FALLBACK_IMAGE to 1 in the top-level Config, but when it is tested
in arima/hdama/Config.lb, it is acting as though it is zero.
Also added a print command so it is easier to trace 'if' behavior.
Usage:
print "string"
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@913 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index a7ae2dea93..95abddd0c0 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -34,6 +34,7 @@ ldscript /cpu/i386/entry32.lds ### Build our reset vector (This is where linuxBIOS is entered) ### if USE_FALLBACK_IMAGE + print "Use fallback!" mainboardinit cpu/i386/reset16.inc ldscript /cpu/i386/reset16.lds end |