diff options
author | Pardeep Kumar Singla <b45784@freescale.com> | 2013-07-25 12:12:14 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-07-27 10:49:45 +0200 |
commit | 58cc97877713f46d2e7dfd515844c29c70c56d82 (patch) | |
tree | 965f3c80e56a9f45d4d149f4f522ec8ee31a8548 /include/configs/mx6sabre_common.h | |
parent | 5ea7f0e328c19542ce96d8242125b51b3dbca86b (diff) | |
download | u-boot-imx-58cc97877713f46d2e7dfd515844c29c70c56d82.zip u-boot-imx-58cc97877713f46d2e7dfd515844c29c70c56d82.tar.gz u-boot-imx-58cc97877713f46d2e7dfd515844c29c70c56d82.tar.bz2 |
mx6qsabresd: Add splash screen support via HDMI
Signed-off-by: Pardeep Kumar Singla <b45784@freescale.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 53cc559..dd93fff 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -20,6 +20,7 @@ #define CONFIG_MX6 #include "mx6_common.h" +#include <asm/sizes.h> #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO @@ -32,7 +33,7 @@ #define CONFIG_REVISION_TAG /* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) +#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_LATE_INIT |