diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-09-02 08:43:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-03 15:30:35 -0400 |
commit | caa8bfbc456907fbab92a1c4f5890efcc8fb083e (patch) | |
tree | fa384661626d8db0446ab89d486a72ee7f6400b2 /include/configs/lsxl.h | |
parent | f1823d3aaa72cff4f6e979e3c4e4362c3ccc0751 (diff) | |
download | u-boot-caa8bfbc456907fbab92a1c4f5890efcc8fb083e.tar.gz |
block: ide: Drop CONFIG_IDE_LED
This is actually not used. Drop it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r-- | include/configs/lsxl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 7cbbe876b2..5d5851f516 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 |