diff options
author | Richard Smith <smithbone@gmail.com> | 2006-08-11 08:15:19 +0000 |
---|---|---|
committer | Richard Smith <smithbone@gmail.com> | 2006-08-11 08:15:19 +0000 |
commit | e5522c39c09a61770c4014b237d2c53c78535ea9 (patch) | |
tree | aed04071f7df62baa92e5b2e5e841efcb02d79a0 /targets/olpc/rev_a/Config.1M.lb | |
parent | 273595c6f7adf87f733e95285948aa9dc7564ef1 (diff) |
- revert Config.1M.lb back to PLCC size and add new SPI config file
SPI config file is 1M-128k to allow for EC code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2374 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/olpc/rev_a/Config.1M.lb')
-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 f7e7be7483..bd5c214426 100644 --- a/targets/olpc/rev_a/Config.1M.lb +++ b/targets/olpc/rev_a/Config.1M.lb @@ -8,7 +8,7 @@ mainboard olpc/rev_a #option CONFIG_PRECOMPRESSED_ROM_STREAM=1 # leave 64k for vsa -option ROM_SIZE=1024*1024-64*1024-64*1024 +option ROM_SIZE=(1024*1024)-(64*1024) option FALLBACK_SIZE=ROM_SIZE option DEFAULT_CONSOLE_LOGLEVEL = 11 |