diff options
author | wdenk <wdenk> | 2005-05-04 23:50:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-04 23:50:54 +0000 |
commit | cf8bc5773c27adf325d7bb1a90d290b213a57417 (patch) | |
tree | e201095a47097ee781fa18dead44c9ee75f210ef /CHANGELOG | |
parent | a710d4be80a110652b9cdad97ba8ccedc73b26d2 (diff) | |
download | u-boot-imx-cf8bc5773c27adf325d7bb1a90d290b213a57417.zip u-boot-imx-cf8bc5773c27adf325d7bb1a90d290b213a57417.tar.gz u-boot-imx-cf8bc5773c27adf325d7bb1a90d290b213a57417.tar.bz2 |
Fix problem with symbolic links in JFFS2 code.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Fix problem with symbolic links in JFFS2 code. + * Use linker ASSERT statement to prevent undetected overlapping of sections on PPChameleon board; other boards might use this, too. |