From: Fabio Estevam Date: Sat, 23 Jul 2016 16:23:41 +0000 (-0300) Subject: novena: Remove uneeded PHYS_SDRAM_SIZE X-Git-Tag: v2016.09-rc2~174^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10ced52242e26c5a1b7e4d86c8273dfd89304841;p=oweals%2Fu-boot.git 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 Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- diff --git a/include/configs/novena.h b/include/configs/novena.h index 2382951873..57d8c3e246 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