xref: /openbmc/u-boot/arch/x86/cpu/efi/Kconfig (revision 407b5b956a2e0facf6668fc8b295f4be9205c83e)
1if EFI
2
3config SYS_CAR_ADDR
4	hex
5	default 0x100000
6
7config SYS_CAR_SIZE
8	hex
9	default 0x20000
10
11endif
12