forked from OERV-BSP/u-boot
The generic name 'EFI' would be more useful for common EFI features. At present it just refers to the EFI app and stub, which is confusing. Rename it to EFI_CLIENT Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
if EFI_CLIENT
|
|
|
|
config SYS_CAR_ADDR
|
|
hex
|
|
default 0x100000
|
|
|
|
config SYS_CAR_SIZE
|
|
hex
|
|
default 0x20000
|
|
|
|
endif
|