diff options
author | Detlev Zundel <dzu@denx.de> | 2009-05-05 16:04:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-05-15 21:31:24 +0200 |
commit | 60bbcf0cc6e55095dd186e59a557d584b9b56eb1 (patch) | |
tree | 3ffcffd10572c8807601479a4aa559bceaad6f23 /include | |
parent | f578a2da6770951239ad91ee9a1875fdc71dbe48 (diff) | |
download | u-boot-imx-60bbcf0cc6e55095dd186e59a557d584b9b56eb1.zip u-boot-imx-60bbcf0cc6e55095dd186e59a557d584b9b56eb1.tar.gz u-boot-imx-60bbcf0cc6e55095dd186e59a557d584b9b56eb1.tar.bz2 |
powerpc/inka4x0: Remove left-over ide reset code.
The pin which was used in preliminary versions of the board for ide
reset is really connected to the rtc clock.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/inka4x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 5f06b09..46606ca 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -418,7 +418,6 @@ static inline void tws_data_config_output(unsigned output) #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ #undef CONFIG_IDE_LED /* LED for ide not supported */ -#define CONFIG_IDE_RESET /* reset for ide supported */ #define CONFIG_IDE_PREINIT #define CONFIG_SYS_IDE_MAXBUS 1 /* max. 1 IDE bus */ |