[LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

svn at openbios.org svn at openbios.org
Wed Dec 19 09:07:37 CET 2007


Author: cozzie
Date: 2007-12-19 09:07:37 +0100 (Wed, 19 Dec 2007)
New Revision: 3018

Modified:
   trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb
Log:
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 at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb	2007-12-19 01:52:11 UTC (rev 3017)
+++ trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb	2007-12-19 08:07:37 UTC (rev 3018)
@@ -29,6 +29,9 @@
 # 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





More information about the coreboot mailing list