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
This commit is contained in:
Stefan Reinauer 2003-11-19 12:29:08 +00:00
parent 93cbf82e6e
commit 7899a5fbb5
1 changed files with 5 additions and 0 deletions

View File

@ -617,6 +617,11 @@ define CONFIG_UDELAY_TSC
export used export used
comment "Implement udelay with the x86 time stamp counter" comment "Implement udelay with the x86 time stamp counter"
end end
define FAKE_SPDROM
default 0
export always
comment "Use this to fake spd rom values"
end
############################################### ###############################################
# Board specific options # Board specific options