
4 Nov
2011
4 Nov
'11
2:44 a.m.
On Thursday 03 November 2011 18:41:37 Simon Glass wrote:
Since we are adding a second file to board/nvidia/common, we create a proper Makefile there and remove the direct board.o include from board/nvidia/seaboard/Makefile
so who is including board/nvidia/common/libnvidia.o now ?
--- /dev/null +++ b/arch/arm/include/asm/arch-tegra2/uart-spi-switch.h
+#ifndef __ASSEMBLY__
the asm checking is incomplete. so it must not matter -> drop it.
--- /dev/null +++ b/board/nvidia/common/uart-spi-switch.c
+#include <asm/io.h> +#include <libfdt.h> +#include <fdt_support.h>
seems to be unused -mike