diff options
author | Stefan Roese <sr@denx.de> | 2005-11-07 13:43:06 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-11-07 13:43:06 +0100 |
commit | 527b5a511c804074eebfc08c9ae7860b6717da85 (patch) | |
tree | 2e8ac8dda39303adbc03412730e9a561f2ea0039 /CHANGELOG | |
parent | 182e10691f378987b53c64ee0347d542e4924ef6 (diff) | |
download | u-boot-imx-527b5a511c804074eebfc08c9ae7860b6717da85.zip u-boot-imx-527b5a511c804074eebfc08c9ae7860b6717da85.tar.gz u-boot-imx-527b5a511c804074eebfc08c9ae7860b6717da85.tar.bz2 |
Fix MPC85xx PCI support (pci_register_hose() before pci config access)
Patch by Stefan Roese, 07 Nov 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 MPC85xx PCI support (pci_register_hose() before pci config access) + Patch by Stefan Roese, 07 Nov 2005 + * Correct PPC Timebase register definitions (SPRN_TBRL...) Patch by Stefan Roese, 07 Nov 2005 |