xref: /rk3399_rockchip-uboot/arch/x86/lib/efi/Kconfig (revision 664ab2c992d1e06c4381f66c93d2e155fc7722e1)
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