diff options
author | Stefan Roese <sr@denx.de> | 2006-01-18 20:05:34 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-01-18 20:05:34 +0100 |
commit | a7b9fb9110e3c0be644b3e2c8f397f606138a710 (patch) | |
tree | 37d161379024789efa1a579482df722835e80420 /CHANGELOG | |
parent | 2076d0a15ff1dba2b46d96e81d02d625254611ff (diff) | |
download | u-boot-imx-a7b9fb9110e3c0be644b3e2c8f397f606138a710.zip u-boot-imx-a7b9fb9110e3c0be644b3e2c8f397f606138a710.tar.gz u-boot-imx-a7b9fb9110e3c0be644b3e2c8f397f606138a710.tar.bz2 |
Add VGA support (CT69000) to CPCI750 board.
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add VGA support (CT69000) to CPCI750 board. + Insert missing __le32_to_cpu() for filesize in ext2fs_read_file(). + Patch by Reinhard Arlt, 30 Dec 2005 + * PMC405 and CPCI405: Moved configuration of pci resources into config file. PMC405 and CPCI2DP: Added firmware download and booting via pci. |