diff options
author | Huang Shijie <b32955@freescale.com> | 2011-12-28 13:38:48 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2011-12-28 15:49:05 +0800 |
commit | b883fc83fad6f1eecfada25c8e3edaddf49b8a9f (patch) | |
tree | 9779e0cf82f06ea5b48ebd3cce00f8853e283f63 /include/configs | |
parent | e3db9d7f780276c577afd65d5e553fe58f678a56 (diff) | |
download | u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.zip u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.tar.gz u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.tar.bz2 |
ENGR00171008 MX6Q/MFGTOOL : disable the workaround for MFGTOOL
Disable the uboot workaround. It will crash the MFGTOOL.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6q_arm2_mfg.h | 1 | ||||
-rw-r--r-- | include/configs/mx6q_sabrelite_mfg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6q_arm2_mfg.h b/include/configs/mx6q_arm2_mfg.h index 87856e7..c3b2b54 100644 --- a/include/configs/mx6q_arm2_mfg.h +++ b/include/configs/mx6q_arm2_mfg.h @@ -25,6 +25,7 @@ #include <asm/arch/mx6.h> /* High Level Configuration Options */ +#define CONFIG_MFG #define CONFIG_ARMV7 /* This is armv7 Cortex-A9 CPU core */ #define CONFIG_MXC #define CONFIG_MX6Q diff --git a/include/configs/mx6q_sabrelite_mfg.h b/include/configs/mx6q_sabrelite_mfg.h index 525b65a..5bb6743 100644 --- a/include/configs/mx6q_sabrelite_mfg.h +++ b/include/configs/mx6q_sabrelite_mfg.h @@ -25,6 +25,7 @@ #include <asm/arch/mx6.h> /* High Level Configuration Options */ +#define CONFIG_MFG #define CONFIG_ARMV7 /* This is armv7 Cortex-A9 CPU core */ #define CONFIG_MXC #define CONFIG_MX6Q |