diff options
author | wdenk <wdenk> | 2004-08-02 23:39:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-02 23:39:03 +0000 |
commit | 429168ea88daf7140005c790796fc150d746aacf (patch) | |
tree | b0cf1fbcf6c0e2ef778e4131c2a5967df3c7f931 /CHANGELOG | |
parent | 6705d81e90ed4466d6e4f445104826096da0c521 (diff) | |
download | u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.zip u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.tar.gz u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.tar.bz2 |
Patches by Lars Munch, 12 Jul 2004:
- move at45.c to board/at91rm9200dk/ since this is at91rm9200dk
board specific
- split out the LXT971A PHY from ns_9750_eth.h
- split the dm9161 phy part out of at91rm9200_ether.c
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Patches by Lars Munch, 12 Jul 2004: + - move at45.c to board/at91rm9200dk/ since this is at91rm9200dk + board specific + - split out the LXT971A PHY from ns_9750_eth.h + - split the dm9161 phy part out of at91rm9200_ether.c + * Patch by Andreas Engel, 12 Jul 2004: Replaced hardcoded PL011 clock frequency with config variable. Fixed wrong CONFIG_CMD_DFL doc. |