diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-06 19:29:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-07 18:31:58 +0100 |
commit | 1d6dad6593153c418beeb7dad3fb1cdf2b6649fc (patch) | |
tree | 98065f07c1d4a916532fccc94c5b1be1f4bbfcdc /target/config | |
parent | aeee785b047fdc8a25be0b65d9ffe2b9c07900d3 (diff) |
sh: add support for numato mimas v2
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.endian | 1 | ||||
-rw-r--r-- | target/config/Config.in.target | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.endian b/target/config/Config.in.endian index e69d018a8..599f878f9 100644 --- a/target/config/Config.in.endian +++ b/target/config/Config.in.endian @@ -16,6 +16,7 @@ depends on ADK_TARGET_ARCH_ARC \ config ADK_TARGET_LITTLE_ENDIAN bool "Little endian" + depends on !ADK_TARGET_SYSTEM_NUMATO_MIMASV2 depends on !ADK_TARGET_SYSTEM_DRAGINO_MS14S depends on !ADK_TARGET_SYSTEM_LINKSYS_NSLU2 depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX diff --git a/target/config/Config.in.target b/target/config/Config.in.target index 3c9512b3a..3c396f37e 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -23,6 +23,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_PPC || \ + ADK_TARGET_ARCH_SH || \ ADK_TARGET_ARCH_SPARC || \ ADK_TARGET_ARCH_X86 || \ ADK_TARGET_ARCH_X86_64 @@ -46,6 +47,7 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK ADK_TARGET_ARCH_MICROBLAZE || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_PPC || \ + ADK_TARGET_ARCH_SH || \ ADK_TARGET_ARCH_SPARC || \ ADK_TARGET_ARCH_X86 || \ ADK_TARGET_ARCH_X86_64 |