x86: Handle running as EFI payload
[oweals/u-boot.git] / arch / x86 / lib / efi / Kconfig
1 if EFI
2
3 config SYS_CAR_ADDR
4         hex
5         default 0x100000
6
7 config SYS_CAR_SIZE
8         hex
9         default 0x20000
10
11 endif