diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 05:42:31 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 05:42:31 +0000 |
commit | 08febd8b675ca1d32e535e11b631e7a655b510ba (patch) | |
tree | ed75a4beecc17467f2e28c017fb6aa3202ea6545 /src | |
parent | 320c6a0102a9ccfeffa4eb5eedaec3347b5bc531 (diff) |
new epia target for 512k: targets/via/epia/Config.512kflash.lb
buildtarget now takes either a directory, and uses directory/Config.lb, or
takes a file
epia defaults to 256k flash
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1166 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/via/epia/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia/Config.lb b/src/mainboard/via/epia/Config.lb index c32c4decb0..73356f55ef 100644 --- a/src/mainboard/via/epia/Config.lb +++ b/src/mainboard/via/epia/Config.lb @@ -17,7 +17,7 @@ uses XIP_ROM_BASE uses HAVE_MP_TABLE ## ROM_SIZE is the size of boot ROM that this board will use. -default ROM_SIZE 524288 +default ROM_SIZE 256*1024 ### ### Build options |