diff options
author | Jerry Huang <Chang-Ming.Huang@freescale.com> | 2011-11-02 09:16:44 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-11 07:48:58 -0600 |
commit | 07b5edc20633b803ac047bddff569432dab7a917 (patch) | |
tree | 9a873194fe3c8daa7419b9865d50a8c20ab4150b /include/configs | |
parent | 71775d3b54780f1901ff6eac7c5ae05676938107 (diff) | |
download | u-boot-imx-07b5edc20633b803ac047bddff569432dab7a917.zip u-boot-imx-07b5edc20633b803ac047bddff569432dab7a917.tar.gz u-boot-imx-07b5edc20633b803ac047bddff569432dab7a917.tar.bz2 |
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 <Chang-Ming.Huang@freescale.com>
CC: Anatolij Gustschin <agust@denx.de>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 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 |