summaryrefslogtreecommitdiff
path: root/include/configs/mx6ullevk.h
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-01 17:47:31 +0800
committerJoakim Zhang <qiangqing.zhang@nxp.com>2018-08-03 09:00:50 +0800
commit2da6c17aa0b70b6585ee4cc06c3e19df63b3ca22 (patch)
tree4f432c7aacf2e709db39f5c8b5d9bd7bd6730d76 /include/configs/mx6ullevk.h
parent035506e86e4f054ec6e75a52e5d7fdbb0f18f8cd (diff)
MLK-19062-2 fastboot: enable fastboot in mx6ull
Modify mx6ullevk.h file and deconfig files to enable fastboot in mx6ull_14x14 and mx6ull_9x9 board Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r--include/configs/mx6ullevk.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index 49afa5f148..12f89cb540 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -14,6 +14,7 @@
#include <linux/sizes.h>
#include "mx6_common.h"
#include <asm/mach-imx/gpio.h>
+#include "imx_env.h"
#ifdef CONFIG_SECURE_BOOT
#ifndef CONFIG_CSF_SIZE
@@ -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 \