From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lange Date: Wed, 11 Apr 2007 12:32:35 +0200 Subject: [U-Boot-Users] [PATCH] Fix: Bug in MIPS linker scripts In-Reply-To: <000d01c72026$8fa41610$dfdd9182@code1.emi.philips.com> References: <000d01c72026$8fa41610$dfdd9182@code1.emi.philips.com> Message-ID: <461CB943.9060009@corelatus.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Robert Deli?n wrote: > This patch fixes the possible alignment error between _gp and __got_start in > the linker scripts of all MIPS targets. This problem has been previously > reported under the title '_gp and __got_start alignment problem in > u-boot.lds. Thanks for your comment Andrew! This patch solved my problem with corrupted command table on gth2 board. TYVM /Thomas