From 7899a5fbb5f189eb5de2ce9750a37e55dc9ab80c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 19 Nov 2003 12:29:08 +0000 Subject: [PATCH] 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 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/Options.lb b/src/config/Options.lb index 9a1a219e94..b330a3a8c2 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