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/sh/kernel | |
parent | aeee785b047fdc8a25be0b65d9ffe2b9c07900d3 (diff) |
sh: add support for numato mimas v2
Diffstat (limited to 'target/sh/kernel')
-rw-r--r-- | target/sh/kernel/numato-mimasv2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/sh/kernel/numato-mimasv2 b/target/sh/kernel/numato-mimasv2 new file mode 100644 index 000000000..60481319f --- /dev/null +++ b/target/sh/kernel/numato-mimasv2 @@ -0,0 +1,8 @@ +CONFIG_SUPERH=y +CONFIG_SUPERH32=y +CONFIG_CPU_SH2=y +CONFIG_0PF_FPGA=y +CONFIG_CPU_BIG_ENDIAN=y +CONFIG_CPU_SUBTYPE_0PF=y +CONFIG_CACHE_OFF=y +CONFIG_CMDLINE_EXTEND=y |