summaryrefslogtreecommitdiff
path: root/target/config/Config.in.target
blob: ec72d1b44d303187ef5252f1755679a878dc0b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 ""