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>master
parent
f1a0bafb58
commit
e49cceac61
@ -0,0 +1,11 @@ |
||||
if EFI |
||||
|
||||
config SYS_CAR_ADDR |
||||
hex |
||||
default 0x100000 |
||||
|
||||
config SYS_CAR_SIZE |
||||
hex |
||||
default 0x20000 |
||||
|
||||
endif |
Loading…
Reference in new issue