Re: [U-Boot] [PATCH v2 10/58] arm: Move tlb_addr to arch_global_data

2013-02-01 Thread Simon Glass
Hi Tom, On Fri, Feb 1, 2013 at 12:23 PM, Tom Rini wrote: > On Thu, Dec 13, 2012 at 10:48:39PM -0800, Simon Glass wrote: > >> Move this field into arch_global_data and tidy up. >> >> Signed-off-by: Simon Glass > > Note that for ToT, this also needs to address tlb_size. I've done so > locally and

Re: [U-Boot] [PATCH v2 10/58] arm: Move tlb_addr to arch_global_data

2013-02-01 Thread Tom Rini
On Thu, Dec 13, 2012 at 10:48:39PM -0800, Simon Glass wrote: > Move this field into arch_global_data and tidy up. > > Signed-off-by: Simon Glass Note that for ToT, this also needs to address tlb_size. I've done so locally and am build testing all of ARM. -- Tom signature.asc Description: D

[U-Boot] [PATCH v2 10/58] arm: Move tlb_addr to arch_global_data

2012-12-13 Thread Simon Glass
Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/include/asm/global_data.h |6 +++--- arch/arm/lib/board.c |2 +- arch/arm/lib/cache-cp15.c |4 ++-- common/cmd_bdinfo.c|2 +- 4 f