diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 14:01:09 -0400 |
commit | bb20a105e9fa475eb4258086cf59173540e7ff23 (patch) | |
tree | 9a460833f8a4a0d9ebf2fa05a1d569afb39d1995 /arch/powerpc | |
parent | f6c1f91761aef72961466c7f15e25148c7f17040 (diff) | |
download | u-boot-bb20a105e9fa475eb4258086cf59173540e7ff23.tar.gz |
Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOT_RAMDISK_HIGH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 059ffe1fd4..79fe567b58 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -14,8 +14,6 @@ #define HWCONFIG_BUFFER_SIZE 256 #endif -#define CONFIG_SYS_BOOT_RAMDISK_HIGH - #ifndef CONFIG_MAX_MEM_MAPPED #if defined(CONFIG_E500) || \ defined(CONFIG_MPC86xx) || \ |