From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Wed, 5 Dec 2007 19:42:58 +0100 Subject: [U-Boot-Users] [PATCH] Fix ppc4xx clear_bss() code In-Reply-To: <1196873000-21512-1-git-send-email-agust@denx.de> References: <1196873000-21512-1-git-send-email-agust@denx.de> Message-ID: <20071205194258.79f67211@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 5 Dec 2007 17:43:20 +0100 agustschin at t-online.de (Anatolij Gustschin) wrote: > ppc4xx clear_bss() fails if BSS segment size is not > divisible by 4 without remainder. This patch provides > fix for this problem. Isn't it better to fix the linker script so that the size _is_ divisible by 4? Haavard