diff options
author | wdenk <wdenk> | 2002-12-04 23:39:58 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-12-04 23:39:58 +0000 |
commit | 1f53a41603b9093c59741f4208fef0ab3790d6ce (patch) | |
tree | f4ba6cfcc73c5b6ce2d71c233fd0debea4e47424 /include/configs/KUP4K.h | |
parent | a6c7ad2f65afaa717ba19cbf9d8d138b5f10ccf9 (diff) | |
download | u-boot-imx-1f53a41603b9093c59741f4208fef0ab3790d6ce.zip u-boot-imx-1f53a41603b9093c59741f4208fef0ab3790d6ce.tar.gz u-boot-imx-1f53a41603b9093c59741f4208fef0ab3790d6ce.tar.bz2 |
Add LED indication for IDE activity on KUP4K board
Diffstat (limited to 'include/configs/KUP4K.h')
-rw-r--r-- | include/configs/KUP4K.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 7dc1b90..d02ec0d 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -292,7 +292,7 @@ #define CONFIG_IDE_8xx_PCCARD 1 /* Use IDE with PC Card Adapter */ #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ -#undef CONFIG_IDE_LED /* LED for ide not supported */ +#define CONFIG_IDE_LED 1 /* LED for ide supported */ #undef CONFIG_IDE_RESET /* reset for ide not supported */ #define CFG_IDE_MAXBUS 2 |