diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-29 22:02:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-29 22:06:37 +0200 |
commit | 249e2357822d5375176baa5ac81d5c304da4b871 (patch) | |
tree | 7c6df2c5fe1fe4153f5e9c835f191004e64dbe57 /target/c6x/systems | |
parent | 3387bb022f8e7a1220382526404e1f14845a86cc (diff) |
add som-c675 sample
Diffstat (limited to 'target/c6x/systems')
-rw-r--r-- | target/c6x/systems/som-c6745 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/c6x/systems/som-c6745 b/target/c6x/systems/som-c6745 new file mode 100644 index 000000000..b39035a0e --- /dev/null +++ b/target/c6x/systems/som-c6745 @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_SOM_C6745 + bool "SOM-C6745" + select ADK_TARGET_CPU_C6X + select ADK_TARGET_PACKAGE_TXZ + select ADK_HOST_BUILD_U_BOOT_C6X + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_NAND + help + SOM-C6745 development board. + |