git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524d637
)
NXP: Make RAMBOOT_PBL only be valid for PowerPC or ls1021A
author
Tom Rini
<trini@konsulko.com>
Thu, 25 Sep 2025 20:51:26 +0000
(14:51 -0600)
committer
Peng Fan
<peng.fan@nxp.com>
Fri, 10 Oct 2025 03:45:07 +0000
(11:45 +0800)
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>
boot/Kconfig
patch
|
blob
|
history
diff --git
a/boot/Kconfig
b/boot/Kconfig
index
7808890
..
eff0594
100644
(file)
--- 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.