mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
configs: Migrate the various SPL_BOOT_xxx choices for PowerPC
The non-CONFIG_SPL_FRAMEWORK SPL used on some PowerPC platforms have a choice between CONFIG_SPL_NAND_BOOT, CONFIG_SPL_MMC_BOOT and CONFIG_SPL_SPI_BOOT. Migrate this to Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
7
README
7
README
@@ -486,10 +486,6 @@ The following options need to be configured:
|
||||
PBI commands can be used to configure SoC before it starts the execution.
|
||||
Please refer doc/README.pblimage for more details
|
||||
|
||||
CONFIG_SPL_FSL_PBL
|
||||
It adds a target to create boot binary having SPL binary in PBI format
|
||||
concatenated with u-boot binary.
|
||||
|
||||
CONFIG_SYS_FSL_DDR_BE
|
||||
Defines the DDR controller register space as Big Endian
|
||||
|
||||
@@ -2546,9 +2542,6 @@ FIT uImage format:
|
||||
Defines the size and behavior of the NAND that SPL uses
|
||||
to read U-Boot
|
||||
|
||||
CONFIG_SPL_NAND_BOOT
|
||||
Add support NAND boot
|
||||
|
||||
CONFIG_SYS_NAND_U_BOOT_OFFS
|
||||
Location in NAND to read U-Boot from
|
||||
|
||||
|
Reference in New Issue
Block a user