diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:16:23 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:16:23 +0000 |
commit | b2ed53dd5669c2c3839633bd2b3b4af709a5b149 (patch) | |
tree | b1c3e74245a4d94a4874846f8bfce1b741f12553 /targets/digitallogic/msm586seg/Config.lb | |
parent | 69c79d232e73a9b58a396c743cf0e3d1008ed4f5 (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-50
Creator: Ronald G. Minnich <rminnich@lanl.gov>
This now boots to the point of passing the memory test in auto.c. But: we still don't have it working after the "Jumping to LinuxBIOS" step
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1966 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/digitallogic/msm586seg/Config.lb')
-rw-r--r-- | targets/digitallogic/msm586seg/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/digitallogic/msm586seg/Config.lb b/targets/digitallogic/msm586seg/Config.lb index 0dc7bd9f6c..507dc39d67 100644 --- a/targets/digitallogic/msm586seg/Config.lb +++ b/targets/digitallogic/msm586seg/Config.lb @@ -1,7 +1,7 @@ target msm586seg mainboard digitallogic/msm586seg -option ROM_SIZE=64*1024 +option ROM_SIZE=512*1024 option DEFAULT_CONSOLE_LOGLEVEL=10 option MAXIMUM_CONSOLE_LOGLEVEL=10 @@ -14,7 +14,7 @@ option MAXIMUM_CONSOLE_LOGLEVEL=10 romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x10000 + option ROM_IMAGE_SIZE=32 * 1024 # 0x10000 option LINUXBIOS_EXTRA_VERSION=".0Fallback" payload /etc/hosts end |