summaryrefslogtreecommitdiff
path: root/target/or1k/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 08:01:17 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 08:02:30 +0100
commita052c31600ac5c5cec474969c6dc130de8f88108 (patch)
treee9187152a8e551dc45661aec36024fc10c697b8b /target/or1k/systems
parenta1d15775b9f730bb4eaee46aa32c1fee4d2f7a1a (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/systems')
-rw-r--r--target/or1k/systems/or1k-sim4
-rw-r--r--target/or1k/systems/qemu-or1k3
2 files changed, 0 insertions, 7 deletions
diff --git a/target/or1k/systems/or1k-sim b/target/or1k/systems/or1k-sim
index 46b636c14..4a1a47902 100644
--- a/target/or1k/systems/or1k-sim
+++ b/target/or1k/systems/or1k-sim
@@ -2,10 +2,6 @@ config ADK_TARGET_SYSTEM_OR1K_SIM
bool "OR1K Simulator"
select ADK_TARGET_CPU_OR1K
select ADK_TARGET_WITH_SERIAL
- select ADK_TARGET_WITH_NET
- select ADK_TARGET_KERNEL_VERSION_GIT
- select ADK_TARGET_KERNEL_REPO "https://github.com/openrisc/linux.git"
- select ADK_TARGET_KERNEL_HASH "acba10ee627d6fd7001d3617dc735ec1caa654f6"
help
Simulator for OR1K architecture.
diff --git a/target/or1k/systems/qemu-or1k b/target/or1k/systems/qemu-or1k
index dc138c97d..2fd2ed672 100644
--- a/target/or1k/systems/qemu-or1k
+++ b/target/or1k/systems/qemu-or1k
@@ -2,9 +2,6 @@ config ADK_TARGET_SYSTEM_QEMU_OR1K
bool "Qemu Emulator"
select ADK_TARGET_QEMU
select ADK_TARGET_CPU_OR1K
- select ADK_TARGET_KERNEL_VERSION_GIT
- select ADK_TARGET_KERNEL_REPO "https://github.com/openrisc/linux.git"
- select ADK_TARGET_KERNEL_HASH "acba10ee627d6fd7001d3617dc735ec1caa654f6"
help
Qemu Emulator for OR1K architecture.