diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:50:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:50:33 +0200 |
commit | 7a22cd535b67e89af88190cd5143ba53f502f064 (patch) | |
tree | aea616c948ead33b913a3fd774334d8ff63705b0 /CHANGELOG | |
parent | 875c78934ee252744be1e5b2a9ad7ec5df239239 (diff) | |
download | u-boot-imx-7a22cd535b67e89af88190cd5143ba53f502f064.zip u-boot-imx-7a22cd535b67e89af88190cd5143ba53f502f064.tar.gz u-boot-imx-7a22cd535b67e89af88190cd5143ba53f502f064.tar.bz2 |
Fix au1x00_serial baud rate calculation:
remove hardcoded cpu clock divisor and use register instead;
round up instead of truncate
Patch by Andrew Dyer, 15 Feb 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,8 +2,13 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix au1x00_serial baud rate calculation: + remove hardcoded cpu clock divisor and use register instead; + round up instead of truncate + Patch by Andrew Dyer, 15 Feb 2005 + * Add Xilinx Spartan3 family FPGA support - Patch by Kurt Stremerch, 14 February 2005 + Patch by Kurt Stremerch, 14 Feb 2005 * Fix drivers/cfi_flash.c: use info->reset_cmd instead of FLASH_CMD_RESET Patch by Zachary Landau, 11 Feb 2005 |