summaryrefslogtreecommitdiff
path: root/target/config/Config.in.target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-28 17:34:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-28 17:34:43 +0100
commitc76d1960526d15cbcef6a61b4f7bed8eb5b95037 (patch)
tree6703ba373cb98202fc63cdb36caeac865f5485f5 /target/config/Config.in.target
parentd05f1d5b960c66196dfb40953b18b7e56f401aa4 (diff)
cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, add a linux kernel submenu
Diffstat (limited to 'target/config/Config.in.target')
-rw-r--r--target/config/Config.in.target13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
deleted file mode 100644
index 5fef2270e..000000000
--- a/target/config/Config.in.target
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-config ADK_TARGET_CMDLINE
- string
- default "fbcon=rotate:1" if ADK_TARGET_SYSTEM_SHARP_ZAURUS
- default "geodewdt.nowayout=1" if ADK_TARGET_MODEL_PCENGINES_ALIX1C
- default "kinetis_platform=k70-som" if ADK_TARGET_SYSTEM_KINETIS_K70
- default "metag_da.console_poll=1" if ADK_TARGET_SYSTEM_QEMU_METAG
- default "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8" if ADK_TARGET_CPU_XTENSA_DE212
- default "earlyprintk=uart8250-32bit,0x99600000" if ADK_TARGET_SYSTEM_ANDES_AG101P
- default ""
-