diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-08-09 02:21:49 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-08-09 02:21:49 +0000 |
commit | 08af3f535dd4446857e378b5dd87eb8ce35f823b (patch) | |
tree | f2b9bb3333d0f4f5ffeca8becee256f050e51e67 /targets/olpc | |
parent | e53d03c2113ea08e3b604341835504c49333b95b (diff) |
mods for the ultra40 bringup. This now builds.
amd gx2 north -- don't set anything in the north, it conflicts with vsa
settings. So we have our own pci_set_resources that is essentially a
no-op -- just calls the kids.
olpc rev_a config -- DISABLE the compressed rom stream. This SHOULD NOT
have been set -- it is untested and caused real trouble.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2369 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/olpc')
-rw-r--r-- | targets/olpc/rev_a/Config.1M.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/olpc/rev_a/Config.1M.lb b/targets/olpc/rev_a/Config.1M.lb index 4450e1798b..aa398538c5 100644 --- a/targets/olpc/rev_a/Config.1M.lb +++ b/targets/olpc/rev_a/Config.1M.lb @@ -5,7 +5,7 @@ mainboard olpc/rev_a # Don't let LinuxBIOS compress the payload # option CONFIG_COMPRESSED_ROM_STREAM=0 -option CONFIG_PRECOMPRESSED_ROM_STREAM=1 +#option CONFIG_PRECOMPRESSED_ROM_STREAM=1 # leave 64k for vsa option ROM_SIZE=1024*1024-64*1024 |