mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
11 lines
194 B
Text
11 lines
194 B
Text
|
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
|