linuxOS_D21X/source/uboot-2021.10/board/raspberrypi/rpi/Kconfig
2024-11-29 16:13:46 +08:00

11 lines
194 B
Plaintext

if SYS_BOARD = "rpi"
config RPI_EFI_NR_SPIN_PAGES
int "Spin table page count"
default 1
help
Number of pages to reserve starting at page 0 for spin tables in the EFI
memory map
endif