commit | a205a8fba5883ccd02c8488f82c5aceca1a60fc8 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 16:41:22 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 16:41:22 2005 +0200 |
tree | 4e3f8166834596c3bdad93ec6c1fec2dea99cf0e | |
parent | b9c93d25967d4bf817e07aa1edd22032e76b22ec [diff] [blame] |
Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESET Patch by Zachary Landau, 11 Feb 2005
diff --git a/CHANGELOG b/CHANGELOG index 45f759e..620a72c 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -2,6 +2,9 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESET + Patch by Zachary Landau, 11 Feb 2005 + * Fix VOH405 Support Patch by Matthias Fuchs, 25 Sep 2005