diff options
| author | Patrick Delaunay <[email protected]> | 2021-03-10 10:16:25 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-22 14:09:45 -0400 |
| commit | 77b8cfef531f7758f35a8598bd474713cfc2c2ec (patch) | |
| tree | 7a8b7d2a94a4b5b8ca06203d744cdf1f55ce0663 /arch/xtensa | |
| parent | 6829d60702706b95a7271fbf3db1981c7ce9e6b5 (diff) | |
lmb: move CONFIG_LMB in Kconfig
Migrate CONFIG_LMB in Kconfig.
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'arch/xtensa')
| -rw-r--r-- | arch/xtensa/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/config.h b/arch/xtensa/include/asm/config.h index 5a95fc93f7b..a1096ab1961 100644 --- a/arch/xtensa/include/asm/config.h +++ b/arch/xtensa/include/asm/config.h @@ -9,8 +9,6 @@ #include <asm/arch/core.h> -#define CONFIG_LMB - /* * Make boot parameters available in the MMUv2 virtual memory layout by * restricting used physical memory to the first 128MB. |
