diff options
author | Stefan Roese <sr@denx.de> | 2005-10-20 16:36:44 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-10-20 16:36:44 +0200 |
commit | c4c13df284cb06156c16ee6aef49b8d23be3fadd (patch) | |
tree | ac8391d4fb84e03b2c3dab4f147ef538cae13dac /CHANGELOG | |
parent | 1e25f957c845878bf3f71425f2f5d2baef897470 (diff) | |
download | u-boot-c4c13df284cb06156c16ee6aef49b8d23be3fadd.tar.gz u-boot-c4c13df284cb06156c16ee6aef49b8d23be3fadd.tar.xz u-boot-c4c13df284cb06156c16ee6aef49b8d23be3fadd.zip |
Fix problem with sleep in NetConsole (use get_timer())
Patch by Stefan Roese, 20 Oct 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 problem with sleep in NetConsole (use get_timer()) + Patch by Stefan Roese, 20 Oct 2005 + * Add NetConsole Support for AMCC eval boards Patch by Stefan Roese, 20 Oct 2005 |