diff options
author | wdenk <wdenk> | 2005-03-04 11:27:31 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-04 11:27:31 +0000 |
commit | b05dcb58fe04c6274fc942fa93efe77072395951 (patch) | |
tree | 214508184e4332109c02b2a958e9fefeec7a00b4 /CHANGELOG | |
parent | 47b1e3d77fcd951df45259a4b20cc116d226e10f (diff) | |
download | u-boot-imx-b05dcb58fe04c6274fc942fa93efe77072395951.zip u-boot-imx-b05dcb58fe04c6274fc942fa93efe77072395951.tar.gz u-boot-imx-b05dcb58fe04c6274fc942fa93efe77072395951.tar.bz2 |
* Fix get_partition_info() parameter error in all other calls
(common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c).
* Enable USB and IDE support for INKA4x0 board
* Patch by Andrew Dyer, 28 February 2005:
fix ext2load passing an incorrect pointer to get_partition_info()
resulting in load failure for devices other than 0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ Changes for U-Boot 1.1.3: * Patch by Stefan Roese, 01 March 2005: Update for esd boards dp405 and hub405 +* Fix get_partition_info() parameter error in all other calls + (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c). + +* Enable USB and IDE support for INKA4x0 board + +* Patch by Andrew Dyer, 28 February 2005: + fix ext2load passing an incorrect pointer to get_partition_info() + resulting in load failure for devices other than 0 + * Add support for SRAM and 2 x Quad UARTs on INKA4x0 board * Cleanup USB and partition defines |