summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-01 17:59:57 +0800
committerJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-03 09:00:50 +0800
commite5803f3314a5eb943b08d9b7a5a700b50386df39 (patch)
treedd15b1e902fe3ce5607380715d43214772719cd2 /include/configs
parent2da6c17aa0b70b6585ee4cc06c3e19df63b3ca22 (diff)
MLK-19062-1 fastboot: enable fastboot in mx6ul
Modify mx6ul_14x14_evk.h file and defconfig files to enable fastboot in mx6ul_14x14 and mx6ul_9x9 board Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6ul_14x14_evk.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index eff547dfeb9..429ddb83ae7 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -13,6 +13,7 @@
#include <linux/sizes.h>
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
+#include "imx_env.h"
/* uncomment for BEE support, needs to enable CONFIG_CMD_FUSE */
/* #define CONFIG_CMD_BEE */
@@ -80,25 +81,16 @@
#define MFG_NAND_PARTITION ""
#endif
+#define CONFIG_CMD_READ
+#define CONFIG_SERIAL_TAG
+#define CONFIG_FASTBOOT_USB_DEV 0
+
#define CONFIG_MFG_ENV_SETTINGS \
- "mfgtool_args=setenv bootargs console=${console},${baudrate} " \
- BOOTARGS_CMA_SIZE \
- "rdinit=/linuxrc " \
- "g_mass_storage.stall=0 g_mass_storage.removable=1 " \
- "g_mass_storage.file=/fat g_mass_storage.ro=1 " \
- "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\
- "g_mass_storage.iSerialNumber=\"\" "\
- MFG_NAND_PARTITION \
- "clk_ignore_unused "\
- "\0" \
+ CONFIG_MFG_ENV_SETTINGS_DEFAULT \
"initrd_addr=0x83800000\0" \
"initrd_high=0xffffffff\0" \
- "bootcmd_mfg=run mfgtool_args; " \
- "if test ${tee} = yes; then " \
- "bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; " \
- "else " \
- "bootz ${loadaddr} ${initrd_addr} ${fdt_addr}; " \
- "fi;\0"
+ "emmc_dev=1\0"\
+ "sd_dev=1\0" \
#if defined(CONFIG_NAND_BOOT)
#define CONFIG_EXTRA_ENV_SETTINGS \