From 737fe21ebd1f406bc4ecea7a50cae38bd7ef4831 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 26 Sep 2003 15:36:03 +0000 Subject: remove fixed ROM_SIZE setting, add default to 256k git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1147 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/Config.lb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/amd/solo/Config.lb') diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index 05b13fa7e9..6db6ba573f 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -15,6 +15,9 @@ uses _ROMBASE uses XIP_ROM_SIZE uses XIP_ROM_BASE +## ROM_SIZE is the size of boot ROM that this board will use. +default ROM_SIZE 524288 + ### ### Build options ### @@ -67,9 +70,6 @@ option MAINBOARD_VENDOR="AMD" ### LinuxBIOS layout values ### -## ROM_SIZE is the size of boot ROM that this board will use. -option ROM_SIZE = 262144 - ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy. option ROM_IMAGE_SIZE = 65536 -- cgit v1.2.3