diff options
author | Lucas Stach <dev@lynxeye.de> | 2012-09-29 10:02:08 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 18:54:07 (GMT) |
commit | 516f00b3240b678947389ccfbff54a5ebcc9b941 (patch) | |
tree | 504881dc35b1c8302751d00eefa634080621ef30 /board/nvidia/common/board.c | |
parent | ac56d959a39cfe5310cd9394e65702a5cbc4c7a3 (diff) | |
download | u-boot-fsl-qoriq-516f00b3240b678947389ccfbff54a5ebcc9b941.tar.xz |
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 'board/nvidia/common/board.c')
-rw-r--r-- | board/nvidia/common/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index bd194bc..dc301e7 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -39,7 +39,6 @@ #include <asm/arch-tegra/warmboot.h> #include <spi.h> #include <i2c.h> -#include "board.h" #include "emc.h" DECLARE_GLOBAL_DATA_PTR; |