summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-09-29 21:59:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-02 10:24:05 +0200
commitf3cf0157fb57bdd9f85ce74e95ac5c3fcb19bab9 (patch)
treeac8152f90d7a902535ad6efeee585e75bf882402
parent4581ea746f02cf50d61979f2bb0588c2d8832e66 (diff)
downloadbarebox-f3cf0157fb57bdd9f85ce74e95ac5c3fcb19bab9.tar.gz
barebox-f3cf0157fb57bdd9f85ce74e95ac5c3fcb19bab9.tar.xz
tegra: ac100: delete custom Kconfig
Now that tegra arch is both DT only and forced relocatable there is nothing interesting left in here. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/boards/toshiba-ac100/Kconfig7
-rw-r--r--arch/arm/mach-tegra/Kconfig2
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boards/toshiba-ac100/Kconfig b/arch/arm/boards/toshiba-ac100/Kconfig
deleted file mode 100644
index 1cc13f01e3..0000000000
--- a/arch/arm/boards/toshiba-ac100/Kconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-if MACH_TOSHIBA_AC100
-
-config ARCH_TEXT_BASE
- hex
- default 0x01000000
-
-endif
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 90c0c0fe6f..4363bce762 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -64,8 +64,6 @@ if MACH_TEGRA20_GENERIC
endif #MACH_TEGRA20_GENERIC
-source arch/arm/boards/toshiba-ac100/Kconfig
-
# ---------------------------------------------------------
endif