summaryrefslogtreecommitdiffstats
path: root/board/samsung/common/board.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-22 13:51:45 -0400
committerTom Rini <trini@ti.com>2014-10-22 13:51:45 -0400
commit68e80fdda1336068f40915388bbdacfd2b75233a (patch)
treedeb28e65fdd601e47bf5564f67da3035a840e284 /board/samsung/common/board.c
parent35d4fed320d577a4446531d7b9350ce40065c4b0 (diff)
parent8a9cd5ad6f89ab721a352cbb9264bea5ede68789 (diff)
downloadtalos-obmc-uboot-68e80fdda1336068f40915388bbdacfd2b75233a.tar.gz
talos-obmc-uboot-68e80fdda1336068f40915388bbdacfd2b75233a.zip
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'board/samsung/common/board.c')
-rw-r--r--board/samsung/common/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 5c3c5bb925..e1fc123fcc 100644
--- a/board/samsung/common/board.c
+++ b/board/samsung/common/board.c
@@ -13,10 +13,10 @@
#include <tmu.h>
#include <netdev.h>
#include <asm/io.h>
+#include <asm/gpio.h>
#include <asm/arch/board.h>
#include <asm/arch/cpu.h>
#include <asm/arch/dwmmc.h>
-#include <asm/arch/gpio.h>
#include <asm/arch/mmc.h>
#include <asm/arch/pinmux.h>
#include <asm/arch/power.h>
@@ -87,9 +87,6 @@ int board_init(void)
boot_temp_check();
#endif
-#ifdef CONFIG_EXYNOS_SPI
- spi_init();
-#endif
return exynos_init();
}
OpenPOWER on IntegriCloud