From 319ac4b072b54f347a3518289b55f81e3090a250 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 6 Feb 2015 01:48:24 -0600 Subject: 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. --- target/mips/systems/dragino-ms14s | 1 + 1 file changed, 1 insertion(+) (limited to 'target/mips/systems/dragino-ms14s') diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s index 6b1dd0368..d46bee961 100644 --- a/target/mips/systems/dragino-ms14s +++ b/target/mips/systems/dragino-ms14s @@ -6,6 +6,7 @@ config ADK_TARGET_SYSTEM_DRAGINO_MS14S select ADK_CPU_MIPS32 select ADK_TARGET_WITH_WATCHDOG select ADK_TARGET_WITH_NAND + select ADK_TARGET_WITH_SERIAL help Support for Dragino2 ms14-s. -- cgit v1.2.3