
Dear richardretanubun@ruggedcom.com,
In message 20100125183120.GA11251@richardretanubun.eng.lan you wrote:
From 58e9529fa466ef79232398aeda69373125eb2aac Mon Sep 17 00:00:00 2001 From: Richard Retanubun RichardRetanubun@RuggedCom.com Date: Fri, 15 Jan 2010 10:06:06 -0500 Subject: [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.
This patch uses gd->relocaddr variable to store uboot's relocated address in RAM and shows it in bdinfo command.
This patch moves CONFIG_AMIGAONEG3SE style copying of the address in board_init_f to just before relocation is actually done.
Signed-off-by: Richard Retanubun RichardRetanubun@RuggedCom.com
Hi Detlev,
Sorry it took a while, got swamped with other tasks. I see your point and have made a patch per your request.
Cheers,
-Richard
common/cmd_bdinfo.c | 1 + include/asm-ppc/global_data.h | 2 -- lib_ppc/board.c | 6 ++---- 3 files changed, 3 insertions(+), 6 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk