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

index dd03936996636243111b2d2de65c17c2972c4984..127a28a138e6de5b516786cf65665b606b71f268 100644 (file)
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS          1
 #define PHYS_SDRAM                    MMDC0_ARB_BASE_ADDR
-#define PHYS_SDRAM_SIZE                               (1u * 1024 * 1024 * 1024)
 
 #define CONFIG_SYS_SDRAM_BASE         PHYS_SDRAM
 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR