Convert CONFIG_SYS_INTERLAKEN et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / pxm2.h
index ad05920..586a7ed 100644 (file)
 #define DDR_IOCTRL_VAL         0x18b
 #define DDR_PLL_FREQ           266
 
-#define BOARD_DFU_BUTTON_GPIO  59
-#define BOARD_LCD_POWER                111
-#define BOARD_BACK_LIGHT       112
-#define BOARD_TOUCH_POWER      57
-
 #define CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
        "button_dfu0=59\0" \
        "led0=117,0,1\0" \
@@ -30,8 +25,6 @@
  /* Physical Memory Map */
 #define CONFIG_MAX_RAM_BANK_SIZE       (512 << 20)     /* 1GB */
 
-#ifndef CONFIG_SPL_BUILD
-
 /* Use common default */
 
 /* Default env settings */
@@ -67,9 +60,4 @@
                "bootm ${kloadaddr}\0" \
        ""
 
-#ifndef CONFIG_RESTORE_FLASH
-/* set to negative value for no autoboot */
-#endif
-#endif /* CONFIG_SPL_BUILD */
-
 #endif /* ! __CONFIG_PXM2_H */