mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 02:42:18 +01:00
NXP: Make RAMBOOT_PBL only be valid for PowerPC or ls1021A
Only PowerPC and LS1021A platforms can make use of RAMBOOT_PBL. Add the dependencies to the symbol. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
524d637bb9
commit
b1ca952b48
@ -1093,6 +1093,7 @@ config SYS_RAMBOOT
|
||||
|
||||
config RAMBOOT_PBL
|
||||
bool "Freescale PBL(pre-boot loader) image format support"
|
||||
depends on ARCH_LS1021A || PPC
|
||||
select SYS_RAMBOOT if PPC
|
||||
help
|
||||
Some SoCs use PBL to load RCW and/or pre-initialization instructions.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user