summaryrefslogtreecommitdiff
path: root/target/aarch64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-06 01:48:24 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-06 01:49:29 -0600
commit319ac4b072b54f347a3518289b55f81e3090a250 (patch)
tree2884beeca9007d1964f228dfb2b3453e88f080fc /target/aarch64
parentac0122005e1a0b8f86b3ae60dbdec77f40cdd45d (diff)
rework CMDLINE generation regarding serial/vga
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used.
Diffstat (limited to 'target/aarch64')
-rw-r--r--target/aarch64/systems/arm-fm1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/aarch64/systems/arm-fm b/target/aarch64/systems/arm-fm
index 4eef2aeaf..d1f838bc2 100644
--- a/target/aarch64/systems/arm-fm
+++ b/target/aarch64/systems/arm-fm
@@ -9,5 +9,6 @@ config ADK_TARGET_SYSTEM_ARM_FM
select ADK_LINUX_64
select ADK_TARGET_KERNEL_IMAGE
select ADK_PACKAGE_BOOT_WRAPPER_AARCH64
+ select ADK_TARGET_WITH_SERIAL
help
Support for ARMv8 Foundation Model (aarch64).