diff options
author | wdenk <wdenk> | 2003-10-29 23:18:55 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-29 23:18:55 +0000 |
commit | 5fa66df63afe2841ce27596996811469903373a7 (patch) | |
tree | c57de575d2c6b4b1946caf9105ef44c20a3b074e /CHANGELOG | |
parent | a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b (diff) | |
download | u-boot-imx-5fa66df63afe2841ce27596996811469903373a7.zip u-boot-imx-5fa66df63afe2841ce27596996811469903373a7.tar.gz u-boot-imx-5fa66df63afe2841ce27596996811469903373a7.tar.bz2 |
* Prepare for release
* Fix problems in memory test on some boards (which was not
non-destructive as intended)
* Patch by Gary Jennejohn, 28 Oct 2003:
Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
to prevent stack overflow on ARM systems
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Changes for U-Boot 1.0.0: ====================================================================== +* Fix problems in memory test on some boards (which was not + non-destructive as intended) + +* Patch by Gary Jennejohn, 28 Oct 2003: + Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack + to prevent stack overflow on ARM systems + * Patch by Stephan Linz, 28 Oct 2003: fix init sequence error for NIOS port |