Re: [U-Boot] [PATCH 07/25] SPEAr: Add basic arch related support for SPEAr SoCs

2012-03-12 Thread Amit Virdi
Hello Stefan, + */ + +#include +#include +#include +#include + +#ifdef CONFIG_ARCH_CPU_INIT Why not remove this #ifdef here and make compile it in unconditionally? It is needed for each SPEAr board, right? Yes, we don't need this flag. +int arch_cpu_init(void) +{ + struct misc_regs

Re: [U-Boot] [PATCH 07/25] SPEAr: Add basic arch related support for SPEAr SoCs

2012-03-07 Thread Stefan Roese
On Wednesday 07 March 2012 13:03:56 Amit Virdi wrote: > From: Vipin KUMAR > > Earlier, architecture specific init code was mixed with board > initialization code in board/spear/... This patch updates architecture > support for SPEAr in latest u-boot. > > It defines the following two flags for SP