diff options
author | Alejandro Sierra <b18039@freescale.com> | 2012-09-26 20:50:07 -0500 |
---|---|---|
committer | Alejandro Sierra <b18039@freescale.com> | 2012-09-26 20:50:07 -0500 |
commit | ce91cea872f6b8d079d3a54f0d1e0647be07f91b (patch) | |
tree | 723beb634299eed3fe77ad947cf513fa486778ab /include/configs/mx6solo_sabreauto_weimnor_mfg.h | |
parent | ca704fbc8ba24e8204a7fffc2de64950371d99e5 (diff) | |
download | u-boot-imx-ce91cea872f6b8d079d3a54f0d1e0647be07f91b.zip u-boot-imx-ce91cea872f6b8d079d3a54f0d1e0647be07f91b.tar.gz u-boot-imx-ce91cea872f6b8d079d3a54f0d1e0647be07f91b.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>
Diffstat (limited to 'include/configs/mx6solo_sabreauto_weimnor_mfg.h')
-rw-r--r-- | include/configs/mx6solo_sabreauto_weimnor_mfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |