From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Fri, 28 Mar 2008 18:33:03 -0500 Subject: [U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation. In-Reply-To: <1206715285-10532-1-git-send-email-Joakim.Tjernlund@transmode.se> References: <1206715285-10532-1-git-send-email-Joakim.Tjernlund@transmode.se> Message-ID: <20080328183303.3f513479.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 28 Mar 2008 15:41:25 +0100 Joakim Tjernlund wrote: > Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx > and use GOT relative reference. > --- > cpu/mpc83xx/start.S | 11 +++++++---- > lib_ppc/board.c | 3 ++- > 2 files changed, 9 insertions(+), 5 deletions(-) Joakim, this patch is missing your signoff, and doesn't apply cleanly (even adds whitespace). btw, shouldn't it fix up the other ppc start.S files? Kim