Re: [U-Boot] [PATCH v2 08/58] ixp: Move timestamp to arch_global_data

2012-12-17 Thread Simon Glass
Hi Marek, On Fri, Dec 14, 2012 at 5:31 AM, Marek Vasut ma...@denx.de wrote: Dear Simon Glass, Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass s...@chromium.org I think we should kill IXP. Did the IXP custodian show any activity? If not, let's just remove this

Re: [U-Boot] [PATCH v2 08/58] ixp: Move timestamp to arch_global_data

2012-12-14 Thread Marek Vasut
Dear Simon Glass, Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass s...@chromium.org I think we should kill IXP. Did the IXP custodian show any activity? If not, let's just remove this piece of junk. Otherwise Acked-by: Marek Vasut ma...@denx.de --- Changes