diff options
| author | Jerry Huang <[email protected]> | 2011-11-02 09:16:44 +0800 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-11-11 07:48:58 -0600 |
| commit | 07b5edc20633b803ac047bddff569432dab7a917 (patch) | |
| tree | 9a873194fe3c8daa7419b9865d50a8c20ab4150b /include | |
| parent | 71775d3b54780f1901ff6eac7c5ae05676938107 (diff) | |
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 <[email protected]>
CC: Anatolij Gustschin <[email protected]>
Acked-by: Timur Tabi <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -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 00770609845..1158fec4363 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 |
