[U-Boot] [PATCH] armv8: ls2080a: Increase MC's DDR size to 512 MB
Prabhakar Kushwaha
prabhakar.kushwaha at nxp.com
Fri Jan 15 08:05:29 CET 2016
> -----Original Message-----
> From: Pratiyush Srivastava
> Sent: Tuesday, December 22, 2015 4:50 PM
> To: u-boot at lists.denx.de
> Cc: Yusong Sun <yorksun at freescale.com>; Prabhakar Kushwaha
> <prabhakar at freescale.com>; Pratiyush Srivastava
> <pratiyush.srivastava at freescale.com>
> Subject: [PATCH] armv8: ls2080a: Increase MC's DDR size to 512 MB
>
> Freescale's management complex (MC) uses System DDR for internal usage.
> Increase used System DDR size from 256MB to 512 MB.
>
> Signed-off-by: Pratiyush Mohan Srivastava
> <pratiyush.srivastava at freescale.com>
> ---
> include/configs/ls2080a_common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/ls2080a_common.h
> b/include/configs/ls2080a_common.h
> index 4ae7d11..7323e10 100644
> --- a/include/configs/ls2080a_common.h
> +++ b/include/configs/ls2080a_common.h
> @@ -196,7 +196,7 @@ unsigned long long get_qixis_addr(void);
> */
> #if defined(CONFIG_FSL_MC_ENET) ||
> defined(CONFIG_FSL_DEBUG_SERVER)
> #define CONFIG_SYS_DEBUG_SERVER_DRAM_BLOCK_MIN_SIZE
> (254UL * 1024 * 1024)
> -#define CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE
> (256UL * 1024 * 1024)
> +#define CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE
> (512UL * 1024 * 1024)
> #define CONFIG_SYS_MC_RSV_MEM_ALIGN (512UL * 1024
> * 1024)
> #endif
>
Acked-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
--prabhakar
More information about the U-Boot
mailing list