From: Pratiyush Mohan Srivastava Date: Tue, 22 Dec 2015 11:19:34 +0000 (+0530) Subject: armv8: ls2080a: Increase MC's DDR size to 512 MB X-Git-Tag: v2016.03-rc1~45^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52c11d4f08ee3028688c1956718594cd47e2f0e2;p=platform%2Fkernel%2Fu-boot.git 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 Acked-by: Prabhakar Kushwaha Reviewed-by: York Sun --- 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