diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-03-10 10:16:25 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-22 14:09:45 -0400 |
commit | 77b8cfef531f7758f35a8598bd474713cfc2c2ec (patch) | |
tree | 7a8b7d2a94a4b5b8ca06203d744cdf1f55ce0663 /arch/powerpc/include/asm | |
parent | 6829d60702706b95a7271fbf3db1981c7ce9e6b5 (diff) | |
download | u-boot-77b8cfef531f7758f35a8598bd474713cfc2c2ec.tar.gz u-boot-77b8cfef531f7758f35a8598bd474713cfc2c2ec.tar.xz u-boot-77b8cfef531f7758f35a8598bd474713cfc2c2ec.zip |
lmb: move CONFIG_LMB in Kconfig
Migrate CONFIG_LMB in Kconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index c9c9964630..99b410dc9b 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -18,7 +18,6 @@ #define HWCONFIG_BUFFER_SIZE 256 #endif -#define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH #ifndef CONFIG_MAX_MEM_MAPPED |