diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-11-19 12:29:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-11-19 12:29:08 +0000 |
commit | 7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c (patch) | |
tree | 7ea853b3f2f6a12d7c0f30f62bf9bb34cc920f46 /src/config | |
parent | 93cbf82e6e7d7ca41bbdec14cd030da0468c63f0 (diff) | |
download | coreboot-7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c.tar.gz coreboot-7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c.tar.bz2 coreboot-7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c.zip |
add FAKE_SPDROM option to fake spd on machines that don't have one.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1295 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 9a1a219e942f..b330a3a8c269 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -617,6 +617,11 @@ define CONFIG_UDELAY_TSC export used comment "Implement udelay with the x86 time stamp counter" end +define FAKE_SPDROM + default 0 + export always + comment "Use this to fake spd rom values" +end ############################################### # Board specific options |