]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/edb93xx.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / edb93xx.h
index 9080b9a473df5de4f8d32bc97df9cd07c6bd4162..774d3296ab29d957586abd61ca8a79c5aacd88ab 100644 (file)
 #define CONFIG_PL01x_PORTS     {(void *)CONFIG_SYS_SERIAL0}
 
 /* Status LED */
-#define CONFIG_STATUS_LED              1 /* Status LED enabled */
-#define CONFIG_BOARD_SPECIFIC_LED      1
-#define STATUS_LED_GREEN               0
-#define STATUS_LED_RED                 1
-/* Green */
-#define STATUS_LED_BIT                 STATUS_LED_GREEN
-#define STATUS_LED_STATE               STATUS_LED_ON
-#define STATUS_LED_PERIOD              (CONFIG_SYS_HZ / 2)
-/* Red */
-#define STATUS_LED_BIT1                        STATUS_LED_RED
-#define STATUS_LED_STATE1              STATUS_LED_OFF
-#define STATUS_LED_PERIOD1             (CONFIG_SYS_HZ / 2)
 /* Optional value */
-#define STATUS_LED_BOOT                        STATUS_LED_BIT
 
 /* Network hardware configuration */
 #define CONFIG_DRIVER_EP93XX_MAC
 #define CONFIG_SYS_USB_OHCI_SLOT_NAME          "ep93xx-ohci"
 #define CONFIG_SYS_USB_OHCI_REGS_BASE          0x80020000
 
-#define CONFIG_BOARD_EARLY_INIT_F
-
 /* Define to disable flash configuration*/
 /* #define CONFIG_EP93XX_NO_FLASH_CFG */