From 56e7046cf7a254998dce638297f35677928dfdec Mon Sep 17 00:00:00 2001 From: Corey Osgood Date: Wed, 19 Dec 2007 08:07:37 +0000 Subject: 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 Acked-by: Corey Osgood git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/amd/serengeti_cheetah_fam10/Config.lb | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3