diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2006-04-11 14:53:29 +0200 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2006-04-11 14:53:29 +0200 |
commit | ad88297e2f14220f34417d1304d256285887aed4 (patch) | |
tree | 8539431105a49ca7918ac58af5d743289c193432 /CHANGELOG | |
parent | bb74140defaff27ccd4c7f8ecfec3244f5890777 (diff) | |
download | u-boot-imx-ad88297e2f14220f34417d1304d256285887aed4.zip u-boot-imx-ad88297e2f14220f34417d1304d256285887aed4.tar.gz u-boot-imx-ad88297e2f14220f34417d1304d256285887aed4.tar.bz2 |
* Fix dbau1x00 Board
- Fix dbau1x00 boards broken by dbau1550 patch
PLL:s were not set for boards other than 1550.
Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
Default boot is now bootp for cards other than 1550.
Patch by Thomas Lange Aug 10 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ ====================================================================== Changes since U-Boot 1.1.4: ====================================================================== +* Fix dbau1x00 Board + - Fix dbau1x00 boards broken by dbau1550 patch + PLL:s were not set for boards other than 1550. + Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. + Default boot is now bootp for cards other than 1550. + Patch by Thomas Lange Aug 10 2005 * Fixes common/cmd_flash.c: |