Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).
[platform/kernel/u-boot.git] / board / amcc / yucca / yucca.h
index 91caee8..66f7584 100644 (file)
@@ -349,25 +349,6 @@ void display_config_selection(config_selection_t *config_select_P);
 |
 +----------------------------------------------------------------------------*/
 
-#define GPIO_MAX       32
-#define GPIO_ALT1_SEL  0x40000000      /* GPIO_OUT value put in GPIO_TSx for the GPIO nb 0 */
-#define GPIO_ALT2_SEL  0x80000000      /* GPIO_OUT value put in GPIO_TSx for the GPIO nb 1 */
-#define GPIO_ALT3_SEL  0xC0000000      /* GPIO_OUT value put in GPIO_TSx for the GPIO nb 2 */
-#define GPIO_MASK      0xC0000000      /* GPIO_MASK */
-#define GPIO_IN_SEL    0x40000000      /* GPIO_IN value put in GPIO_ISx for the GPIO nb 0 */
-                                       /* For the other GPIO number, you must shift */
-/*----------------------------------------------------------------------------+
-| Declare GPIO Configuration values
-+----------------------------------------------------------------------------*/
-typedef enum gpio_select { GPIO_SEL, GPIO_ALT1, GPIO_ALT2, GPIO_ALT3 } gpio_select_t;
-typedef enum gpio_driver { GPIO_DIS, GPIO_IN, GPIO_OUT, GPIO_BI } gpio_driver_t;
-
-typedef struct {
-       unsigned long   add;    /* gpio core base address */
-       gpio_driver_t   in_out; /* Driver Setting */
-       gpio_select_t   alt_nb; /* Selected Alternate */
-} gpio_param_s;
-
 unsigned long auto_calc_speed(void);
 /*----------------------------------------------------------------------------+
 | Prototypes