summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t/tegra-common/spl.c
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2012-09-29 10:02:08 +0000
committerTom Rini <trini@ti.com>2012-10-15 11:54:07 -0700
commit516f00b3240b678947389ccfbff54a5ebcc9b941 (patch)
tree504881dc35b1c8302751d00eefa634080621ef30 /arch/arm/cpu/arm720t/tegra-common/spl.c
parentac56d959a39cfe5310cd9394e65702a5cbc4c7a3 (diff)
downloadu-boot-imx-516f00b3240b678947389ccfbff54a5ebcc9b941.zip
u-boot-imx-516f00b3240b678947389ccfbff54a5ebcc9b941.tar.gz
u-boot-imx-516f00b3240b678947389ccfbff54a5ebcc9b941.tar.bz2
tegra: clean up board include hell
The prototypes used in board files were all scattered out, which lead to code duplication between SPL and normal U-Boot and some prototypes not actually being used. Consolidate this in a common board header. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/cpu/arm720t/tegra-common/spl.c')
-rw-r--r--arch/arm/cpu/arm720t/tegra-common/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm720t/tegra-common/spl.c b/arch/arm/cpu/arm720t/tegra-common/spl.c
index dfe36b9..0d37ce8 100644
--- a/arch/arm/cpu/arm720t/tegra-common/spl.c
+++ b/arch/arm/cpu/arm720t/tegra-common/spl.c
@@ -33,13 +33,13 @@
#include <image.h>
#include <malloc.h>
#include <linux/compiler.h>
-#include "board.h"
#include "cpu.h"
#include <asm/io.h>
#include <asm/arch/clock.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/tegra.h>
+#include <asm/arch-tegra/board.h>
#include <asm/arch-tegra/clk_rst.h>
#include <asm/arch-tegra/pmc.h>
#include <asm/arch-tegra/scu.h>