]> git.ipfire.org Git - people/ms/u-boot.git/commit
Fix ppc4xx clear_bss() code
authorAnatolij Gustschin <agustschin@t-online.de>
Wed, 5 Dec 2007 16:43:20 +0000 (17:43 +0100)
committerStefan Roese <sr@denx.de>
Thu, 27 Dec 2007 18:35:34 +0000 (19:35 +0100)
commit42ed33ffe135f618680f9d6e9712eb35a85bcb62
tree93e037df475d586efb626cc2ac07a9131171d46b
parent85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
Fix ppc4xx clear_bss() code

ppc4xx clear_bss() fails if BSS segment size is not
divisible by 4 without remainder. This patch provides
fix for this problem.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
cpu/ppc4xx/start.S