diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2018-08-13 03:32:13 +0200 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2018-08-20 21:27:52 +0200 |
commit | f79e4d5f92a129a1159c973735007d4ddc8541f3 (patch) | |
tree | d3dc634d028917f9a50f1c32ea99d231e761f270 /arch/xtensa/Kconfig | |
parent | xtensa: rework noMMU cache attributes initialization (diff) | |
download | linux-f79e4d5f92a129a1159c973735007d4ddc8541f3.tar.xz linux-f79e4d5f92a129a1159c973735007d4ddc8541f3.zip |
xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZE
Now that noMMU cache attributes are set up separately drop no longer
used macro PLATFORM_DEFAULT_MEM_SIZE and config symbol
CONFIG_DEFAULT_MEM_SIZE used for setting it.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 524b80722fd0..787515c6770e 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -541,17 +541,6 @@ config DEFAULT_MEM_START If unsure, leave the default value here. -config DEFAULT_MEM_SIZE - hex "Maximal size of the default memory area" - depends on PLATFORM_WANT_DEFAULT_MEM - default 0x04000000 - help - This is the size of the default memory area. - Default memory area has platform-specific meaning, it may be used - for e.g. early cache initialization. - - If unsure, leave the default value here. - config XTFPGA_LCD bool "Enable XTFPGA LCD driver" depends on XTENSA_PLATFORM_XTFPGA |