
Dear Tom Warren,
In message 1324414465-7999-1-git-send-email-twarren@nvidia.com you wrote:
Seaboard changes have removed the need for common/board.o in the Makefile. Propagate this change to the other Tegra2 builds.
Signed-off-by: Tom Warren twarren@nvidia.com
V2: Add more info to commit msg about use/source of change
board/nvidia/harmony/Makefile | 1 - board/nvidia/ventana/Makefile | 3 +-- include/configs/ventana.h | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-)
This patch breaks building for the harmony board:
Configuring for harmony board... arch/arm/cpu/armv7/tegra2/libtegra2.o: In function `checkboard': /home/wd/git/u-boot/work/arch/arm/cpu/armv7/tegra2/board.c:70: undefined reference to `sysinfo' arch/arm/lib/libarm.o: In function `board_init_r': /home/wd/git/u-boot/work/arch/arm/lib/board.c:465: undefined reference to `board_init' arch/arm/lib/libarm.o:(.data+0x4): undefined reference to `board_early_init_f' arch/arm/lib/libarm.o:(.data+0x8): undefined reference to `timer_init'
Best regards,
Wolfgang Denk