diff options
author | Tony LIU <junjie.liu@freescale.com> | 2012-10-25 16:37:53 +0800 |
---|---|---|
committer | Tony LIU <junjie.liu@freescale.com> | 2012-10-25 17:15:36 +0800 |
commit | 09420eacbc8a5b9c87da1377a7d24125d3950703 (patch) | |
tree | 1a25b87fd938ab56a476b00516b32ebd1ee48d28 /include/configs/mx6q_arm2_mfg.h | |
parent | e4ab626ad1067aa9c3491d8888c8d402bcdca547 (diff) | |
download | u-boot-imx-09420eacbc8a5b9c87da1377a7d24125d3950703.zip u-boot-imx-09420eacbc8a5b9c87da1377a7d24125d3950703.tar.gz u-boot-imx-09420eacbc8a5b9c87da1377a7d24125d3950703.tar.bz2 |
ENGR00231155 add enable_wait_mode=off for all the mx6q/dl mfg uboot
- currently only a work around can be applied, the root cause is not
identified yet
The workaround is to disable wait mode, so all the mfgtool uboot
need to add "enable_wait_mode=off" in the cmd line pass to kernel
Signed-off-by: Tony LIU <junjie.liu@freescale.com>
Diffstat (limited to 'include/configs/mx6q_arm2_mfg.h')
-rw-r--r-- | include/configs/mx6q_arm2_mfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6q_arm2_mfg.h b/include/configs/mx6q_arm2_mfg.h index 6960a77..45d66b4 100644 --- a/include/configs/mx6q_arm2_mfg.h +++ b/include/configs/mx6q_arm2_mfg.h @@ -111,7 +111,8 @@ #define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */ #define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000) -#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc" +#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc "\ + "enable_wait_mode=off" #define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000" #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ |