diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-23 12:21:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-23 12:21:37 -0400 |
commit | 84baa65dffdbce20752279101548ba888be53b3e (patch) | |
tree | 430720a45d81277ca3cd9ee85be755d55f0f2e72 /arch/powerpc | |
parent | 4d85f42716ceff1143e55c7697dd559cfc438489 (diff) | |
parent | 0089affee275e47047be8ae9deac6ca08a5da478 (diff) |
Merge branch '2021-04-22-assorted-updates'
- Move LMB to Kconfig, improve functionality
- Add partlabel support to more fs cmds
Diffstat (limited to 'arch/powerpc')
-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 c9c99646309..99b410dc9b0 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 |