diff options
author | wdenk | 2004-10-24 23:54:40 +0000 |
---|---|---|
committer | wdenk | 2004-10-24 23:54:40 +0000 |
commit | e3c9b9f9287a17c2a20d9b1b77747bd209e8408b (patch) | |
tree | d593a7dda5e74833be488ec9bdea6c20d1641e9e /CHANGELOG | |
parent | 14699a22cf47b83995d19877d2b938b2270defc0 (diff) |
* Fix configuration for ERIC board (needs more room)
* Adjust MIPS compiler options at run-time depending on tools version
("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new,
"-mcpu=4kc" for old tools)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9a180000170..baa3bb828dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,12 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Fix configuration for ERIC board (needs more room) + +* Adjust MIPS compiler options at run-time depending on tools version + ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new, + "-mcpu=4kc" for old tools) + * Add passing of the command line and memory size information to the kernel on xaeniax board. |