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/dbau1x00.h | 1 - include/configs/lsxl.h | 1 - include/configs/pb1x00.h | 1 - 3 files changed, 3 deletions(-) (limited to 'include/configs') diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index b0707143c26..1f0c11c310a 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -159,7 +159,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 diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 7cbbe876b2b..5d5851f5168 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -142,7 +142,6 @@ #endif /* CONFIG_CMD_NET */ #ifdef CONFIG_IDE -#undef CONFIG_IDE_LED #undef CONFIG_SYS_IDE_MAXBUS #define CONFIG_SYS_IDE_MAXBUS 1 #undef CONFIG_SYS_IDE_MAXDEVICE diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index a9092d4b6d2..f6816ddb040 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.3