X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGELOG;h=78f3da124bee0406c6d1b2469e2363875df2ecc2;hb=3d9569b2329802c36ec834ff2a851b11bb706288;hp=2f5fe91bb0c870aa6d2c6c64fd6a107630b60d53;hpb=f08abe311b41633b550520de50d4c0ff1fbf2800;p=u-boot diff --git a/CHANGELOG b/CHANGELOG index 2f5fe91bb0..78f3da124b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,15 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Changed PPC44x startup message (cpu info, speed...) to common style: + On PPC44x platforms, the startup message generated in "cpu.c" only + comprised the ppc type and revision but not additional informations + like speed etc. Those speed infos where printed in the board specific + code. This new implementation now prints all CPU infos in the common + cpu specific code. No board specific code is needed anymore and + therefore removed from all current 44x implementations. + Patch by Stefan Roese, 27 Nov 2005 + * Remove unnnecessary #include from include/asm-*/u-boot.h * Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.