Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-18 Thread Joakim Tjernlund
> > Hi Richard, > > > Detlev Zundel wrote: > > > >> > >> Please excuse my ignorance, but why not simply remove the #ifdef > >> CONFIG_AMIGAONEG3SE in board_init_f? Actually I was hoping to remove > >> the Amigaone special case. > >> > >> Cheers > >> Detlev > >> > > I prefer getting the data fro

Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-18 Thread Detlev Zundel
Hi Richard, > Detlev Zundel wrote: > >> >> Please excuse my ignorance, but why not simply remove the #ifdef >> CONFIG_AMIGAONEG3SE in board_init_f? Actually I was hoping to remove >> the Amigaone special case. >> >> Cheers >> Detlev >> > I prefer getting the data from board_init_r because we r

Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-15 Thread Richard Retanubun
Detlev Zundel wrote: > > Please excuse my ignorance, but why not simply remove the #ifdef > CONFIG_AMIGAONEG3SE in board_init_f? Actually I was hoping to remove > the Amigaone special case. > > Cheers > Detlev > I prefer getting the data from board_init_r because we really are running from

Re: [U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-15 Thread Detlev Zundel
Hi Richard, > From a1d1f6fa9b579c4a766eea45c01224edd536880c Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Fri, 15 Jan 2010 10:06:06 -0500 > Subject: [PATCH] PPC: Record uboot's relocated address in RAM and show in > bdinfo. > > This commit uses gd->relocaddr variable to store uboot'

[U-Boot] [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo.

2010-01-15 Thread Richard Retanubun
From a1d1f6fa9b579c4a766eea45c01224edd536880c Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Fri, 15 Jan 2010 10:06:06 -0500 Subject: [PATCH] PPC: Record uboot's relocated address in RAM and show in bdinfo. This commit uses gd->relocaddr variable to store uboot's relocated address in RA