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
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
2 matches
Mail list logo