diff options
| author | Tom Rini <[email protected]> | 2022-06-25 11:02:44 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-07 14:01:08 -0400 |
| commit | 5a4461867cee452f7e2e23d2afc29f34f659f67b (patch) | |
| tree | 93fdd5c55a07155155c78656541c881ec9eb1bee /arch | |
| parent | 3dab405b45e5089d42f59d01e3803fab8ac56fcf (diff) | |
Convert CONFIG_SYS_RAMBOOT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_RAMBOOT
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index f4f5ebfe0c4..9c5b1af8b59 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -109,6 +109,7 @@ config TARGET_QEMU_PPCE500 bool "Support qemu-ppce500" select ARCH_QEMU_E500 select PHYS_64BIT + select SYS_RAMBOOT imply OF_HAS_PRIOR_STAGE config TARGET_T1024RDB |
