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
This commit is contained in:
parent
ba8965c039
commit
56e7046cf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue