summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-30 09:42:47 -0700
committerSimon Glass <sjg@chromium.org>2011-10-04 14:51:12 -0700
commit4dff236509a08ed332c2ad6af4736a8e51611791 (patch)
tree56612304e2cb5b8d2463cc96939791d0b3bdbe98 /board
parentfe36a067d1816560b5017bf8733346ba7171f84d (diff)
tegra: Make warmboot.h a common file
This is needed by both T2x and T3x. BUG=chromium-os:19004 TEST=build and boot on seaboard Change-Id: I896719336126346c540bbae0c0559302189460ef Reviewed-on: http://gerrit.chromium.org/gerrit/8641 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/nvidia/common/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
index 0bc82d99f27..b6040ce9349 100644
--- a/board/nvidia/common/board.c
+++ b/board/nvidia/common/board.c
@@ -33,6 +33,7 @@
#include <asm/arch-tegra/clk_rst.h>
#include <asm/arch-tegra/pmc.h>
#include <asm/arch-tegra/uart.h>
+#include <asm/arch-tegra/warmboot.h>
#include <asm/arch/clock.h>
#ifdef CONFIG_TEGRA2
#include <asm/arch/emc.h>
@@ -42,7 +43,6 @@
#include <asm/arch/sys_proto.h>
#ifdef CONFIG_TEGRA2
#include <asm/arch/usb.h>
-#include <asm/arch/warmboot.h>
#endif
#include <asm/arch/tegra.h>