From: Jerry Huang <chang-ming.hu...@freescale.com> In order to support 1920x01080 resolution, we must increase the alloc length.
Acked-by: Timur Tabi <ti...@freescale.com> Signed-off-by: Jerry Huang <chang-ming.hu...@freescale.com> CC: Anatolij Gustschin <ag...@denx.de> --- include/configs/P1022DS.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 87fc55b..db8af6a 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -295,7 +295,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 -- 1.7.4.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot