diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-18 08:23:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-18 08:23:21 +0100 |
commit | f35dbe482cb0a2b1ed9c9241a10c073238fdb907 (patch) | |
tree | 4b9f84c62de1973fb73710366b099e0340d91ce7 /target/config | |
parent | e80e2408d4e54999784338182527ec16949addd8 (diff) |
xtensa: fix noMMU qemu sample, with help from Max
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelcmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelcmd b/target/config/Config.in.kernelcmd index 5a2b30599..e575f52d0 100644 --- a/target/config/Config.in.kernelcmd +++ b/target/config/Config.in.kernelcmd @@ -2,12 +2,12 @@ # material, please see the LICENCE file in the top-level directory. config ADK_TARGET_CMDLINE - string "Kernel 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 console=ttyS0,115200n8" if ADK_TARGET_CPU_XTENSA_DE212 + 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 "" |