summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080a_common.h
diff options
context:
space:
mode:
authorPratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com>2015-12-22 16:49:34 +0530
committerYork Sun <york.sun@nxp.com>2016-01-25 08:24:17 -0800
commit52c11d4f08ee3028688c1956718594cd47e2f0e2 (patch)
tree76094fdfff2cd5e987b6cbec7537635b6805b7fd /include/configs/ls2080a_common.h
parentaa4ba7f7a276566f4d0814c41314a629050c6208 (diff)
downloadtalos-obmc-uboot-52c11d4f08ee3028688c1956718594cd47e2f0e2.tar.gz
talos-obmc-uboot-52c11d4f08ee3028688c1956718594cd47e2f0e2.zip
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@freescale.com> Acked-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r--include/configs/ls2080a_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index 4ae7d11685..7323e10731 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
OpenPOWER on IntegriCloud