diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-06 01:48:24 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-06 01:49:29 -0600 |
commit | 319ac4b072b54f347a3518289b55f81e3090a250 (patch) | |
tree | 2884beeca9007d1964f228dfb2b3453e88f080fc /target/config/Config.in.x86.default | |
parent | ac0122005e1a0b8f86b3ae60dbdec77f40cdd45d (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/config/Config.in.x86.default')
-rw-r--r-- | target/config/Config.in.x86.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.x86.default b/target/config/Config.in.x86.default index 6001b030f..eb92bf3e1 100644 --- a/target/config/Config.in.x86.default +++ b/target/config/Config.in.x86.default @@ -2,16 +2,16 @@ # material, please see the LICENCE file in the top-level directory. config ADK_i486 - boolean + bool config ADK_i586 - boolean + bool config ADK_i686 - boolean + bool config ADK_atom - boolean + bool config ADK_TARGET_X86_CPU string |