diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 26a32eecba3..0d7519fbeb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,11 @@ Changes for U-Boot 1.1.3: ====================================================================== * Patch by Steven Scholz, 04 Apr 2005: + - remove all references to CONFIG_INIT_CRITICAL for ARM based boards + - introduce two new configuration options instead: + CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT + +* Patch by Steven Scholz, 04 Apr 2005: Make sure that MDIO clock does not exceed 2.5 MHz on AT91 * Fix timer code for ARM systems: make sure that udelay() does not |