From 07b5edc20633b803ac047bddff569432dab7a917 Mon Sep 17 00:00:00 2001 From: Jerry Huang Date: Wed, 2 Nov 2011 09:16:44 +0800 Subject: powerpc/85xx: Set max alloc length to 10MB on P1022DS In order to support 1920x01080 resolution, we must increase the alloc length. Signed-off-by: Jerry Huang CC: Anatolij Gustschin Acked-by: Timur Tabi Signed-off-by: Kumar Gala --- include/configs/P1022DS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 0077060..1158fec 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -173,7 +173,7 @@ #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET #define CONFIG_SYS_MONITOR_LEN (512 * 1024) -#define CONFIG_SYS_MALLOC_LEN (6 * 1024 * 1024) +#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) /* * Serial Port -- cgit v1.1