This patch fixes the parser. '|' has special meaning so [|] is used.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4187 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -31,8 +31,3 @@ default _ROMBASE = ( CONFIG_ROM_PAYLOAD_START + PAYLOAD_SIZE )
|
||||
##
|
||||
default XIP_ROM_SIZE = 64 * 1024
|
||||
default XIP_ROM_BASE = ( _ROMBASE - XIP_ROM_SIZE + ROM_IMAGE_SIZE )
|
||||
|
||||
## This is needed to work around a parser bug.
|
||||
if USE_FALLBACK_IMAGE
|
||||
end
|
||||
|
||||
|
@ -31,8 +31,3 @@ default _ROMBASE = ( CONFIG_ROM_PAYLOAD_START + PAYLOAD_SIZE )
|
||||
##
|
||||
default XIP_ROM_SIZE = 128 * 1024
|
||||
default XIP_ROM_BASE = ( _ROMBASE - XIP_ROM_SIZE + ROM_IMAGE_SIZE )
|
||||
|
||||
## This is needed to work around a parser bug.
|
||||
if USE_FALLBACK_IMAGE
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user