]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
novena: Remove uneeded PHYS_SDRAM_SIZE
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 23 Jul 2016 16:23:41 +0000 (13:23 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 28 Jul 2016 11:27:21 +0000 (13:27 +0200)
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 <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Marek Vasut <marex@denx.de>
include/configs/novena.h

index 23829518739395c53f1f1b8038c9c77603a58a71..57d8c3e246a2dbc6932493337403ce13fdd17436 100644 (file)
@@ -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