diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 08:01:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 08:02:30 +0100 |
commit | a052c31600ac5c5cec474969c6dc130de8f88108 (patch) | |
tree | e9187152a8e551dc45661aec36024fc10c697b8b /target/or1k/kernel/or1k-sim | |
parent | a1d15775b9f730bb4eaee46aa32c1fee4d2f7a1a (diff) |
git kernel handling
Simplify and allow to use git tags, branches, hashes and head.
Convert existing usage of git kernel repositories to this.
Diffstat (limited to 'target/or1k/kernel/or1k-sim')
-rw-r--r-- | target/or1k/kernel/or1k-sim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/or1k/kernel/or1k-sim b/target/or1k/kernel/or1k-sim index b8d0f3546..fdd7940d6 100644 --- a/target/or1k/kernel/or1k-sim +++ b/target/or1k/kernel/or1k-sim @@ -1,3 +1,7 @@ CONFIG_OPENRISC=y CONFIG_OPENRISC_BUILTIN_DTB="or1ksim" CONFIG_OR1K_1200=y +CONFIG_OPENRISC_HAVE_INST_FF1=y +CONFIG_OPENRISC_HAVE_INST_FL1=y +CONFIG_OPENRISC_HAVE_INST_MUL=y +CONFIG_OPENRISC_HAVE_INST_DIV=y |