diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-27 20:54:43 +0200 |
commit | 58549cb7a62a895b87d44efe98d8ce2e624b5d6f (patch) | |
tree | e68571e0501ef5da89dbe1089ad9f3eef470ac06 /target/avr32 | |
parent | 5ffc823114c78a9470a2ad17b2985575ecd362ec (diff) | |
parent | ce815fbe043c69f7ab8c51a3fa93c14445d7e1fc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/avr32')
-rw-r--r-- | target/avr32/systems/atmel-ngw100 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/avr32/systems/atmel-ngw100 b/target/avr32/systems/atmel-ngw100 index 1ed2d216e..4433184fa 100644 --- a/target/avr32/systems/atmel-ngw100 +++ b/target/avr32/systems/atmel-ngw100 @@ -1,9 +1,9 @@ config ADK_TARGET_SYSTEM_ATMEL_NGW100 bool "Atmel NGW100" select ADK_CPU_AVR32 + select ADK_TARGET_WITH_SERIAL select ADK_TARGET_KERNEL_UIMAGE select ADK_HOST_BUILD_U_BOOT - select ADK_TARGET_WITH_SERIAL help Atmel NGW100 |