From: Tom Rini Date: Thu, 25 Sep 2025 20:51:26 +0000 (-0600) Subject: NXP: Make RAMBOOT_PBL only be valid for PowerPC or ls1021A X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1ca952b488fce2ffd71d93040b1f1f2d95d4674;p=thirdparty%2Fu-boot.git 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 Signed-off-by: Peng Fan --- diff --git a/boot/Kconfig b/boot/Kconfig index 780889023e1..eff05948b3a 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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.