diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2007-12-19 08:07:37 +0000 |
---|---|---|
committer | Corey Osgood <corey.osgood@gmail.com> | 2007-12-19 08:07:37 +0000 |
commit | 56e7046cf7a254998dce638297f35677928dfdec (patch) | |
tree | a903f6979cd127e9de588e679b44e84db54e0156 /targets/amd | |
parent | ba8965c0395a295828911cb375e7122051e73962 (diff) |
Small fix to make the abuild happy, add ROM_SIZE to target/*/Config.lb,
using the default from src/mainboard/*/Options.lb (trivial)
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd')
-rw-r--r-- | targets/amd/serengeti_cheetah_fam10/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/amd/serengeti_cheetah_fam10/Config.lb b/targets/amd/serengeti_cheetah_fam10/Config.lb index 2185cc3014..477b470dc8 100644 --- a/targets/amd/serengeti_cheetah_fam10/Config.lb +++ b/targets/amd/serengeti_cheetah_fam10/Config.lb @@ -29,6 +29,9 @@ mainboard amd/serengeti_cheetah_fam10 # At a maximum only compile in this level of debugging option MAXIMUM_CONSOLE_LOGLEVEL=11 +# 512KB ROM +option ROM_SIZE=512*1024 + # Cheetah Family 10 #romimage "normal" # 1MB ROM |