diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:41:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:41:22 +0200 |
commit | db421e6451b9e51882ebfebf388cef3bc6ab3117 (patch) | |
tree | 4e3f8166834596c3bdad93ec6c1fec2dea99cf0e /CHANGELOG | |
parent | c177bb5f6c0d496c5e2a429c72f89f325b46198c (diff) | |
download | u-boot-imx-db421e6451b9e51882ebfebf388cef3bc6ab3117.zip u-boot-imx-db421e6451b9e51882ebfebf388cef3bc6ab3117.tar.gz u-boot-imx-db421e6451b9e51882ebfebf388cef3bc6ab3117.tar.bz2 |
Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESET
Patch by Zachary Landau, 11 Feb 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |