diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-05-03 10:32:31 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-05-05 17:55:05 +0200 |
commit | 48f0108df9d260f3728f0ab1add65c2801d5b9a3 (patch) | |
tree | 75b50407d954ab53bf13438a8a5d5d8aa9c21964 /include | |
parent | 3d53fc9450996568353f8e8feb227851d24859f1 (diff) | |
download | u-boot-imx-48f0108df9d260f3728f0ab1add65c2801d5b9a3.zip u-boot-imx-48f0108df9d260f3728f0ab1add65c2801d5b9a3.tar.gz u-boot-imx-48f0108df9d260f3728f0ab1add65c2801d5b9a3.tar.bz2 |
imx: ima3-mx53: Convert to iomux-v3
There is no change of behavior.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ima3-mx53.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index c663700..327a866 100644 --- a/include/configs/ima3-mx53.h +++ b/include/configs/ima3-mx53.h @@ -26,7 +26,6 @@ /* SOC type must be included before imx-regs.h */ #define CONFIG_MX53 #include <asm/arch/imx-regs.h> -#include <asm/arch/mx5x_pins.h> #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO @@ -79,8 +78,6 @@ /* SPI FLASH - not used for environment */ #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_STMICRO -#define CONFIG_SPI_FLASH_CS (IOMUX_TO_GPIO(MX53_PIN_CSI0_D11) \ - << 8) | 0 #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 25000000 |