summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-25 11:02:44 -0400
committerTom Rini <trini@konsulko.com>2022-07-07 14:01:08 -0400
commit5a4461867cee452f7e2e23d2afc29f34f659f67b (patch)
tree93fdd5c55a07155155c78656541c881ec9eb1bee /boot/Kconfig
parent3dab405b45e5089d42f59d01e3803fab8ac56fcf (diff)
Convert CONFIG_SYS_RAMBOOT to Kconfig
This converts the following to Kconfig: CONFIG_SYS_RAMBOOT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index ee0dc90e93..e7a4d538d1 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -555,8 +555,12 @@ config CHROMEOS_VBOOT
distinguishing between booting Chrome OS in a basic way (developer
mode) and a full boot.
+config SYS_RAMBOOT
+ bool
+
config RAMBOOT_PBL
bool "Freescale PBL(pre-boot loader) image format support"
+ select SYS_RAMBOOT if PPC
help
Some SoCs use PBL to load RCW and/or pre-initialization instructions.
For more details refer to doc/README.pblimage