diff options
author | Alejandro Sierra <b18039@freescale.com> | 2012-09-26 20:50:07 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-09-27 11:26:35 +0800 |
commit | 172ce9b3c085da00a54d77d7f84520c1251a71b1 (patch) | |
tree | f6abb5d8a8aff6e9f1284e6d61c6b6aaded35cc8 | |
parent | e13c3f0b2df51aca3e42db672b06be4666aa55e9 (diff) | |
download | u-boot-imx-172ce9b3c085da00a54d77d7f84520c1251a71b1.zip u-boot-imx-172ce9b3c085da00a54d77d7f84520c1251a71b1.tar.gz u-boot-imx-172ce9b3c085da00a54d77d7f84520c1251a71b1.tar.bz2 |
ENGR00226048 Fix weim nor for mfg tool
Weim interface share pins with I2C.
A define was declared to enable weim
pins and disable I2C when mfg tool is used.
Signed-off-by: Alejandro Sierra <b18039@freescale.com>
-rw-r--r-- | include/configs/mx6q_sabreauto_weimnor_mfg.h | 3 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_weimnor_mfg.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/mx6q_sabreauto_weimnor_mfg.h b/include/configs/mx6q_sabreauto_weimnor_mfg.h index 349afc0..cc5044b 100644 --- a/include/configs/mx6q_sabreauto_weimnor_mfg.h +++ b/include/configs/mx6q_sabreauto_weimnor_mfg.h @@ -33,7 +33,7 @@ #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX6_CLK32 32768 - +#define CONFIG_CMD_WEIMNOR #define CONFIG_SKIP_RELOCATE_UBOOT #define CONFIG_ARCH_CPU_INIT @@ -92,7 +92,6 @@ #define CONFIG_BOOTP_DNS #define CONFIG_CMD_SPI -#define CONFIG_CMD_I2C #define CONFIG_CMD_IMXOTP /* Enable below configure when supporting nand */ diff --git a/include/configs/mx6solo_sabreauto_weimnor_mfg.h b/include/configs/mx6solo_sabreauto_weimnor_mfg.h index eb33186..5201223 100644 --- a/include/configs/mx6solo_sabreauto_weimnor_mfg.h +++ b/include/configs/mx6solo_sabreauto_weimnor_mfg.h @@ -35,6 +35,7 @@ #define CONFIG_FLASH_HEADER #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX6_CLK32 32768 +#define CONFIG_CMD_WEIMNOR #define CONFIG_SKIP_RELOCATE_UBOOT @@ -94,7 +95,6 @@ #define CONFIG_BOOTP_DNS #define CONFIG_CMD_SPI -#define CONFIG_CMD_I2C #define CONFIG_CMD_IMXOTP /* Enable below configure when supporting nand */ |