summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2016-03-04 15:53:25 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2016-03-04 15:53:25 +0800
commit079e0c1799a7cf3ed473295943239dcbe2361f53 (patch)
tree597c7e69e8526ece77bd58202e9bb0f913850768
parent100ecb035afd2f753a81bee1260d03f20b6b140d (diff)
downloadu-boot-imx-079e0c1799a7cf3ed473295943239dcbe2361f53.zip
u-boot-imx-079e0c1799a7cf3ed473295943239dcbe2361f53.tar.gz
u-boot-imx-079e0c1799a7cf3ed473295943239dcbe2361f53.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> Conflicts: include/configs/mx6ul_14x14_evk_brillo.h
-rw-r--r--include/configs/mx6ul_14x14_evk_brillo.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk_brillo.h b/include/configs/mx6ul_14x14_evk_brillo.h
new file mode 100644
index 0000000..9b2f9e1
--- /dev/null
+++ b/include/configs/mx6ul_14x14_evk_brillo.h
@@ -0,0 +1,24 @@
+
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __MX6UL_EVK_BRILLO_H
+#define __MX6UL_EVK_BRILLO_H
+
+#define CONFIG_ANDROID_BOOT_B_PARTITION_MMC 7
+#define CONFIG_ANDROID_SYSTEM_B_PARTITION_MMC 8
+#define CONFIG_ANDROID_SLOTMETA_PARTITION_MMC 9
+
+
+#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_CMD_FAT
+#define CONFIG_DOS_PARTITION
+
+#define CONFIG_SYS_BOOTM_LEN 0x1000000
+
+#endif