summaryrefslogtreecommitdiff
path: root/targets/amd
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-11-19 12:30:07 +0000
committerStefan Reinauer <stepan@openbios.org>2003-11-19 12:30:07 +0000
commit2816e883492eda094687432106323c7cd6080f6d (patch)
treece9d531678fb6039d005ac0a7e59d5164a5828fc /targets/amd
parent7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c (diff)
downloadcoreboot-2816e883492eda094687432106323c7cd6080f6d.tar.xz
use fake spdrom on quartet
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1296 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd')
-rw-r--r--targets/amd/quartet/Config.lb3
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb
index ae89528ad8..47c01b2de2 100644
--- a/targets/amd/quartet/Config.lb
+++ b/targets/amd/quartet/Config.lb
@@ -48,6 +48,7 @@ uses CONFIG_CHIP_CONFIGURE
uses XIP_ROM_SIZE
uses XIP_ROM_BASE
uses LINUXBIOS_EXTRA_VERSION
+uses FAKE_SPDROM
uses CC
option CC="gcc -m32"
@@ -73,6 +74,8 @@ option HAVE_OPTION_TABLE=1
option CONFIG_ROM_STREAM=1
option HAVE_FALLBACK_BOOT=1
+option FAKE_SPDROM=1
+
###
### Compute the location and size of where this firmware image
### (linuxBIOS plus bootloader) will live in the boot rom chip.