linuxOS_D21X/source/uboot-2021.10/board/raspberrypi/rpi/Kconfig

11 lines
194 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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