ROM_SIZE has no default now.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
57cef6590b
commit
ca34c040e5
|
@ -194,7 +194,7 @@ define FALLBACK_SIZE
|
||||||
comment "Default fallback image size"
|
comment "Default fallback image size"
|
||||||
end
|
end
|
||||||
define ROM_SIZE
|
define ROM_SIZE
|
||||||
default 262144
|
default none
|
||||||
format "0x%x"
|
format "0x%x"
|
||||||
export used
|
export used
|
||||||
comment "Size of your ROM"
|
comment "Size of your ROM"
|
||||||
|
|
Loading…
Reference in New Issue