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:
parent
93cbf82e6e
commit
7899a5fbb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue