X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fbf526-ezbrd.h;h=7d75e73f7264ce8c26cde9e10f461b5e7a0e6068;hb=43ade93bdb0c8bd57382be810a05b3793749ce85;hp=cf8ef8af7537f04edf9928e13e455aba25ff33a3;hpb=0ff27eb25f027602261fd009b1cf588f7918f02c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bf526-ezbrd.h b/include/configs/bf526-ezbrd.h index cf8ef8a..7d75e73 100644 --- a/include/configs/bf526-ezbrd.h +++ b/include/configs/bf526-ezbrd.h @@ -127,7 +127,6 @@ #if !defined(__ADSPBF522__) && !defined(__ADSPBF523__) #define CONFIG_USB_MUSB_HCD #define CONFIG_USB_BLACKFIN -#define CONFIG_USB_STORAGE #define CONFIG_USB_MUSB_TIMEOUT 100000 #endif @@ -139,22 +138,6 @@ #define CONFIG_UART_CONSOLE 1 /* define to enable run status via led */ -/* #define CONFIG_STATUS_LED */ -#ifdef CONFIG_STATUS_LED -#define CONFIG_GPIO_LED -#define CONFIG_BOARD_SPECIFIC_LED -/* use LED0 to indicate booting/alive */ -#define STATUS_LED_BOOT 0 -#define STATUS_LED_BIT GPIO_PF8 -#define STATUS_LED_STATE STATUS_LED_ON -#define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 4) -/* use LED1 to indicate crash */ -#define STATUS_LED_CRASH 1 -#define STATUS_LED_BIT1 GPIO_PG11 -#define STATUS_LED_STATE1 STATUS_LED_ON -#define STATUS_LED_PERIOD1 (CONFIG_SYS_HZ / 2) -/* #define STATUS_LED_BIT2 GPIO_PG12 */ -#endif /* * Pull in common ADI header for remaining command/environment setup