diff options
author | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
commit | c83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch) | |
tree | e410334c86d491dbbec765a5765eef9cccd3135a /CHANGELOG | |
parent | b299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff) |
Add a common get_ram_size() function and modify the the
board-specific files to invoke that common implementation.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index db6e95d5f74..9683dbb3085 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,11 @@ ====================================================================== +Changes since U-Boot 1.0.1: +====================================================================== + +* Add a common get_ram_size() function and modify the the + board-specific files to invoke that common implementation. + +====================================================================== Changes for U-Boot 1.0.1: ====================================================================== |