diff options
| author | Tom Rini <[email protected]> | 2022-12-29 09:51:00 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-29 09:51:00 -0500 |
| commit | 9348d93b0d7c43fd359feb2ea1ca8c8aa1d9e6d0 (patch) | |
| tree | 24564eb269a3b234e3303398b231538d55fb6e21 /boot | |
| parent | adcee0791f3318ead9b22879e2ce9409f400dcab (diff) | |
| parent | ec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (diff) | |
Merge branch '2022-12-29-assorted-further-fixes'
- Rework Azure CI jobs for Rockchip, minor fixes for wget and correct a
one of the runtime problems on a number of PowerPC platforms.
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 4a001bcee85..424ad0e466d 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -724,16 +724,19 @@ config RAMBOOT_PBL For more details refer to doc/README.pblimage choice - prompt "Freescale PBL load location" + prompt "Freescale PBL (or predecessor) load location" depends on RAMBOOT_PBL || ((TARGET_P1010RDB_PA || TARGET_P1010RDB_PB \ || TARGET_P1020RDB_PC || TARGET_P1020RDB_PD || TARGET_P2020RDB) \ && !CMD_NAND) config SDCARD - bool "Freescale PBL is found on SD card" + bool "Freescale PBL (or similar) is found on SD card" config SPIFLASH - bool "Freescale PBL is found on SPI flash" + bool "Freescale PBL (or similar) is found on SPI flash" + +config NO_PBL + bool "Freescale PBL (or similar) is not used in this case" endchoice |
