From caa8bfbc456907fbab92a1c4f5890efcc8fb083e Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 2 Sep 2017 08:43:53 -0700 Subject: block: ide: Drop CONFIG_IDE_LED This is actually not used. Drop it. Signed-off-by: Bin Meng --- include/configs/pb1x00.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pb1x00.h') diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index a9092d4b6d..f6816ddb04 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -112,7 +112,6 @@ #define CONFIG_SYS_IDE_MAXBUS 1 /* max. 1 IDE bus */ #define CONFIG_SYS_IDE_MAXDEVICE 1 /* max. 1 drive per IDE bus */ -#undef CONFIG_IDE_LED /* LED for ide not supported */ #undef CONFIG_IDE_RESET /* reset for ide not supported */ #define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000 -- cgit v1.2.1