diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2012-08-14 09:39:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:27 +0200 |
commit | e23ee5674a369ef2af5d2403d07c74a529096628 (patch) | |
tree | d24c8506a7298545e0ef89cdd780a5eafb76daf5 /arch/arm | |
parent | 4311c1ab6a7e27c424210a843212af1e7f738c17 (diff) | |
download | u-boot-imx-e23ee5674a369ef2af5d2403d07c74a529096628.zip u-boot-imx-e23ee5674a369ef2af5d2403d07c74a529096628.tar.gz u-boot-imx-e23ee5674a369ef2af5d2403d07c74a529096628.tar.bz2 |
mx35 iomux: Remove unused macro
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/arm1136/mx35/iomux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/arm1136/mx35/iomux.c b/arch/arm/cpu/arm1136/mx35/iomux.c index f93191d..a302575 100644 --- a/arch/arm/cpu/arm1136/mx35/iomux.c +++ b/arch/arm/cpu/arm1136/mx35/iomux.c @@ -44,8 +44,6 @@ enum iomux_reg_addr { #define MUX_INPUT_NUM_MUX \ (((IOMUXSW_INPUT_END - IOMUXSW_INPUT_CTL) >> 2) + 1) -#define PIN_TO_IOMUX_INDEX(pin) ((PIN_TO_IOMUX_PAD(pin) - 0x328) >> 2) - /* * Request ownership for an IO pin. This function has to be the first one * being called before that pin is used. |