[U-Boot] [PATCH 4/5] novena: Remove uneeded PHYS_SDRAM_SIZE
Marek Vasut
marex at denx.de
Sun Jul 24 17:17:40 CEST 2016
On 07/23/2016 06:23 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> 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 at denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
Acked-by: Marek Vasut <marex at denx.de>
> ---
> include/configs/novena.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/novena.h b/include/configs/novena.h
> index 2382951..57d8c3e 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
>
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list