summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-10 08:23:04 -0600
committerTom Rini <[email protected]>2025-10-10 08:23:04 -0600
commite0516d3807dba2fba17d723b8ca815d99e161ecb (patch)
tree0cd0683f31ceffe2e40f0ead1c55bac9ba416292 /boot
parent824236dd6038b14664dafe87e588311d94831f93 (diff)
parentb1ca952b488fce2ffd71d93040b1f1f2d95d4674 (diff)
Merge tag 'fsl-qoriq-master-2025-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/27882 - crypto/rng: double the entropy delay interval for retry - Make RAMBOOT_PBL only be valid for PowerPC or ls1021AI
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.