summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfang hui <b31070@freescale.com>2015-11-20 09:52:53 +0800
committerfang hui <b31070@freescale.com>2015-11-20 09:52:53 +0800
commitfc547601c7af4fdabc7340ae5baff6196a275724 (patch)
treec89d4dbaf98b7a35d04fab00e9f5842d8ca1fcbf
parent722498ab45e87de6ad18d873bc10779d36f6ea1a (diff)
downloadu-boot-imx-fc547601c7af4fdabc7340ae5baff6196a275724.zip
u-boot-imx-fc547601c7af4fdabc7340ae5baff6196a275724.tar.gz
u-boot-imx-fc547601c7af4fdabc7340ae5baff6196a275724.tar.bz2
MA-7291 - [evk6ul-brillo] - In brillo, need enlarge CONFIG_SYS_BOOTM_LEN
birllo use gcc-4.9 to compile kernel, zImage is large then 8M. set CONFIG_SYS_BOOTM_LEN to 16M Signed-off-by: fang hui <b31070@freescale.com>
-rw-r--r--include/configs/mx6ul_14x14_evk_brillo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk_brillo.h b/include/configs/mx6ul_14x14_evk_brillo.h
index 014457e..9b2f9e1 100644
--- a/include/configs/mx6ul_14x14_evk_brillo.h
+++ b/include/configs/mx6ul_14x14_evk_brillo.h
@@ -19,4 +19,6 @@
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
+#define CONFIG_SYS_BOOTM_LEN 0x1000000
+
#endif