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:
Tom Rini 2025-09-25 14:51:26 -06:00 committed by Peng Fan
parent 524d637bb9
commit b1ca952b48

View File

@ -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.