diff options
author | Heiko Schocher | 2007-08-28 17:40:33 +0200 |
---|---|---|
committer | Heiko Schocher | 2007-08-28 17:40:33 +0200 |
commit | a861558c65f65f1cf1302f3a35e9db7686b9e1a3 (patch) | |
tree | 7ba0f0a461f1f4311e0bcfffa574ebc04a950d05 /include | |
parent | f98984cb194bb34dbe1db9429d3b51133af30d07 (diff) |
[UC101] Fix: if no CF in the board, U-Boot resets sometimes.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/uc101.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uc101.h b/include/configs/uc101.h index 3b471d0a97f..aed80ec1e51 100644 --- a/include/configs/uc101.h +++ b/include/configs/uc101.h @@ -332,7 +332,6 @@ #define CFG_IDE_MAXDEVICE 2 /* max. 2 drives per IDE bus */ #define CONFIG_IDE_PREINIT 1 -/* #define CONFIG_IDE_RESET 1 beispile siehe tqm5200.c */ #define CFG_ATA_IDE0_OFFSET 0x0000 |