[U-Boot] [PATCH 2/2] P1022DS: set max alloc length to 10MB
Chang-Ming.Huang at freescale.com
Chang-Ming.Huang at freescale.com
Wed Nov 2 02:16:44 CET 2011
From: Jerry Huang <Chang-Ming.Huang at freescale.com>
In order to support 1920x01080 resolution, we must increase the alloc length.
Acked-by: Timur Tabi <timur at freescale.com>
Signed-off-by: Jerry Huang <Chang-Ming.Huang at freescale.com>
CC: Anatolij Gustschin <agust at 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
More information about the U-Boot
mailing list