summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabre_common.h
diff options
context:
space:
mode:
authorPardeep Kumar Singla <b45784@freescale.com>2013-07-25 12:12:14 -0500
committerStefano Babic <sbabic@denx.de>2013-07-27 10:49:45 +0200
commit58cc97877713f46d2e7dfd515844c29c70c56d82 (patch)
tree965f3c80e56a9f45d4d149f4f522ec8ee31a8548 /include/configs/mx6sabre_common.h
parent5ea7f0e328c19542ce96d8242125b51b3dbca86b (diff)
downloadblackbird-obmc-uboot-58cc97877713f46d2e7dfd515844c29c70c56d82.tar.gz
blackbird-obmc-uboot-58cc97877713f46d2e7dfd515844c29c70c56d82.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 53cc559295..dd93fffab0 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
OpenPOWER on IntegriCloud