From: Jerry Huang Date: Wed, 2 Nov 2011 01:16:44 +0000 (+0800) Subject: powerpc/85xx: Set max alloc length to 10MB on P1022DS X-Git-Tag: v2011.12-rc1~222^2^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07b5edc20633b803ac047bddff569432dab7a917;p=u-boot 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 --- diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 0077060984..1158fec436 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