summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2016-07-23 13:23:41 -0300
committerStefano Babic <[email protected]>2016-07-28 13:27:21 +0200
commit10ced52242e26c5a1b7e4d86c8273dfd89304841 (patch)
tree4a044089a4f12b653574c7d6170eea4504510dcf /include
parentc6a51bab174ecb4c6bebfada951ac556ffc13fcd (diff)
novena: Remove uneeded PHYS_SDRAM_SIZE
novena uses the imx_ddr_size() function to calculate the DDR size in runtime, so there is no need to define PHYS_SDRAM_SIZE. Remove the unneeded definition. Cc: Marek Vasut <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/novena.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h
index 23829518739..57d8c3e246a 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -57,7 +57,6 @@
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
-#define PHYS_SDRAM_SIZE 0xF0000000
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR