mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e49cceac61
When U-Boot runs as an EFI payload it needs to avoid setting up the CPU again. Also U-Boot currently does not handle interrupts for many devices, so run with interrupts disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
11 lines
101 B
Text
11 lines
101 B
Text
if EFI
|
|
|
|
config SYS_CAR_ADDR
|
|
hex
|
|
default 0x100000
|
|
|
|
config SYS_CAR_SIZE
|
|
hex
|
|
default 0x20000
|
|
|
|
endif
|