diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-10 09:43:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-10 09:44:08 +0200 |
commit | 77d4270ac96cb71cc10ec500805d21543e90f5e2 (patch) | |
tree | 8cf365b6560c56334f6e31f8bc8847c627116f95 /target/cris/systems | |
parent | ca799e9d3b347d45a1c5e2c239d41bb71c06647e (diff) |
add back some basic support for Foxboard-LX832
Diffstat (limited to 'target/cris/systems')
-rw-r--r-- | target/cris/systems/foxboard-lx832 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/cris/systems/foxboard-lx832 b/target/cris/systems/foxboard-lx832 new file mode 100644 index 000000000..057e0627d --- /dev/null +++ b/target/cris/systems/foxboard-lx832 @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_FOXBOARD_LX832 + bool "Foxboard LX832" + select ADK_TARGET_CPU_CRIS_CRISV10 + select ADK_TARGET_WITH_MTD + select ADK_TARGET_KERNEL_IMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Foxboard LX832 support + |