diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-03 15:46:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-07 20:44:04 +0100 |
commit | 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch) | |
tree | b1c2eee95a3b475748c89d0075f604bb159a3271 /target/config/Config.in.kernelcmd | |
parent | a4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff) |
add support for waldux
Diffstat (limited to 'target/config/Config.in.kernelcmd')
-rw-r--r-- | target/config/Config.in.kernelcmd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/config/Config.in.kernelcmd b/target/config/Config.in.kernelcmd deleted file mode 100644 index e575f52d0..000000000 --- a/target/config/Config.in.kernelcmd +++ /dev/null @@ -1,14 +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 "Kernel commandline" - 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 memmap=256M@0x60000000" if ADK_TARGET_CPU_XTENSA_DE212 - default "earlyprintk=uart8250-32bit,0x99600000" if ADK_TARGET_SYSTEM_ANDES_AG101P - default "earlycon noiotrap" if ADK_TARGET_SYSTEM_NUMATO_MIMASV2 - default "" - |