summaryrefslogtreecommitdiff
path: root/target/avr32
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/avr32
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/avr32')
-rw-r--r--target/avr32/systems/atmel-ngw1003
1 files changed, 2 insertions, 1 deletions
diff --git a/target/avr32/systems/atmel-ngw100 b/target/avr32/systems/atmel-ngw100
index 8d6aba14c..b5dd60c8a 100644
--- a/target/avr32/systems/atmel-ngw100
+++ b/target/avr32/systems/atmel-ngw100
@@ -5,6 +5,7 @@ config ADK_TARGET_SYSTEM_ATMEL_NGW100
select ADK_CPU_AVR32
select ADK_TARGET_KERNEL_UIMAGE
select ADK_HOST_BUILD_U_BOOT
+ select ADK_TARGET_WITH_SERIAL
help
- ATMEL NGW100
+ Atmel NGW100