Commit f79e4d5f authored by Max Filippov's avatar Max Filippov
Browse files

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: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 7bb516ca
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=256M@0x60000000"
CONFIG_USE_OF=y
CONFIG_BUILTIN_DTB="kc705_nommu"
CONFIG_DEFAULT_MEM_SIZE=0x10000000
CONFIG_BINFMT_FLAT=y
CONFIG_NET=y
CONFIG_PACKET=y
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
 */

#define PLATFORM_DEFAULT_MEM_START	0x00000000
#define PLATFORM_DEFAULT_MEM_SIZE	0x08000000

/*
 * Interrupt configuration.
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
 */

#define PLATFORM_DEFAULT_MEM_START 0x00000000
#define PLATFORM_DEFAULT_MEM_SIZE 0x08000000

/*
 * Number of platform IRQs
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
/* Memory configuration. */

#define PLATFORM_DEFAULT_MEM_START __XTENSA_UL(CONFIG_DEFAULT_MEM_START)
#define PLATFORM_DEFAULT_MEM_SIZE  __XTENSA_UL(CONFIG_DEFAULT_MEM_SIZE)

/* Interrupt configuration. */