summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChuck Jordan <cjordan@synopsys.com>2016-10-21 11:53:37 -0700
committerChuck Jordan <cjordan@synopsys.com>2016-10-21 11:53:37 -0700
commit13900b7046b781552bc87063cce0f2eecbdfbbba (patch)
tree98b08cde3c66185f5b2248271128870ee8cb7de3 /arch
parenta9442ab761d78360fdd0a7a57637957f47389f6e (diff)
arc: remove some NSIM conditionals
EM7D was recently merged, and one change suggested there was to remove conditional checks for NSIM. It is OK to have the simulator use the exact same memory addresses and sizes as would be found on the board. This submission fixes EM9D and EM11D to be the same -- i.e. to not have NSIM conditionals. See ZEP-966. Change-Id: Ia990ff7bb4b7ff5071af83723ed3d1420fdff012 Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arc/soc/em11d/Kconfig.defconfig2
-rw-r--r--arch/arc/soc/em9d/Kconfig.defconfig2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arc/soc/em11d/Kconfig.defconfig b/arch/arc/soc/em11d/Kconfig.defconfig
index 6fb38296b..270b6efce 100644
--- a/arch/arc/soc/em11d/Kconfig.defconfig
+++ b/arch/arc/soc/em11d/Kconfig.defconfig
@@ -53,11 +53,9 @@ config FLASH_SIZE
# em11d has no FLASH so size is 0.
config SRAM_BASE_ADDRESS
- default 0x10000000 if NSIM
default 0x10000000
config SRAM_SIZE
- default 131072 if NSIM
default 131072
config ICCM_BASE_ADDRESS
diff --git a/arch/arc/soc/em9d/Kconfig.defconfig b/arch/arc/soc/em9d/Kconfig.defconfig
index 1614deff4..325e53879 100644
--- a/arch/arc/soc/em9d/Kconfig.defconfig
+++ b/arch/arc/soc/em9d/Kconfig.defconfig
@@ -53,11 +53,9 @@ config FLASH_SIZE
# em9d has no FLASH so size is 0.
config SRAM_BASE_ADDRESS
- default 0x00000000 if NSIM
default 0x00000000
config SRAM_SIZE
- default 0 if NSIM
default 0
# em9d has no SRAM so size is 0.