mx53loco: Allow to print CPU information at a later stage
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx5 / mx5x_pins.h
index 4e3a31b2629c4efd523c15430edda1c3bc9255e4..122fbeef6ad884e7660bb4c8cad7c8eb6958c8fc 100644 (file)
@@ -78,8 +78,6 @@
                                        GPIO_NUM_PIN) + ((pin >> MUX_IO_I) &\
                                        ((1 << (MUX_IO_P - MUX_IO_I)) - 1)))
 #define IOMUX_TO_IRQ(pin)       (MXC_GPIO_INT_BASE + IOMUX_TO_GPIO(pin))
-#define GPIO_TO_PORT(n)         (n / GPIO_NUM_PIN)
-#define GPIO_TO_INDEX(n)        (n % GPIO_NUM_PIN)
 
 #define NON_GPIO_PORT          0x7
 #define PIN_TO_MUX_MASK                ((1 << (PAD_I - MUX_I)) - 1)