summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-09-06 12:55:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-06 13:01:49 +0200
commit427a4702b5b7c2e88a794c98d087df90c503717f (patch)
treeaf42b18ae05509eb0b7e1a0faa79850b42ca62b3
parent14a88e9415a83817c5d356a350bf4dc0fef0f2a8 (diff)
downloadptxdist-427a4702b5b7c2e88a794c98d087df90c503717f.tar.gz
ptxdist-427a4702b5b7c2e88a794c98d087df90c503717f.tar.xz
barebox: remove leftover btcs bits
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/barebox.in8
-rw-r--r--rules/barebox.make5
2 files changed, 0 insertions, 13 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index a98fddf74..96571d5b0 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -2,7 +2,6 @@
menuconfig BAREBOX
select BOOTLOADER
- select KERNEL if BAREBOX_BTCS
prompt "barebox "
bool
help
@@ -27,13 +26,6 @@ config BAREBOX_CONFIG
This entry specifies the .config file used to compile
barebox.
-config BAREBOX_BTCS
- depends on BTCS
- bool "extra dependencies for BTCS"
- help
- Select this to enable some extra dependencies for btcs,
- which means "boot time critical service".
-
config BAREBOX_ARCH_STRING
string
default "arm" if ARCH_ARM
diff --git a/rules/barebox.make b/rules/barebox.make
index fb7abe65b..dcd8c5582 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -43,11 +43,6 @@ BAREBOX_MAKEVARS := \
BAREBOX_TAGS_OPT := TAGS cscope
-ifdef PTXCONF_BAREBOX_BTCS
-BAREBOX_MAKEVARS += \
- CFLAGS_btcs.o+=-I"$(KERNEL_HEADERS_INCLUDE_DIR)"
-endif
-
ifdef PTXCONF_BAREBOX
$(BAREBOX_CONFIG):
@echo