diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:26:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:42:40 +0100 |
commit | 4c6c03c3152d6b9f8c08746e797781566b2fc2cb (patch) | |
tree | f91d1abdb520f52087b3b4775b5fb9f4448117d9 /target/linux/Config.in.kernelversion | |
parent | e8a52fd6a3dd4693849a99edd217c38bacb5401d (diff) |
csky: rework qemu support
Diffstat (limited to 'target/linux/Config.in.kernelversion')
-rw-r--r-- | target/linux/Config.in.kernelversion | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index df2de3ffa..8a6ab33c7 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -207,7 +207,6 @@ config ADK_TARGET_LINUX_KERNEL_GIT_REPO default "https://github.com/beagleboard/linux.git" if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK default "https://git.phytec.de/git/linux-ti.git" if ADK_TARGET_SYSTEM_PHYTEC_WEGA default "https://github.com/m-labs/linux-milkymist.git" if ADK_TARGET_ARCH_LM32 - default "https://github.com/c-sky/linux-4.9.y.git" if ADK_TARGET_ARCH_CSKY default "https://github.com/riscv/riscv-linux.git" if ADK_TARGET_ARCH_RISCV32 default "https://github.com/riscv/riscv-linux.git" if ADK_TARGET_ARCH_RISCV64 default "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" @@ -217,7 +216,6 @@ config ADK_TARGET_LINUX_KERNEL_GIT_REPO config ADK_TARGET_LINUX_KERNEL_GIT_REPO_NAME string depends on ADK_TARGET_LINUX_KERNEL_VERSION_GIT - default "csky" if ADK_TARGET_ARCH_CSKY default "lm32" if ADK_TARGET_ARCH_LM32 default "riscv" if ADK_TARGET_ARCH_RISCV32 default "riscv" if ADK_TARGET_ARCH_RISCV64 @@ -233,7 +231,6 @@ config ADK_TARGET_LINUX_KERNEL_GIT_REPO_NAME config ADK_TARGET_LINUX_KERNEL_GIT string "git version" depends on ADK_TARGET_LINUX_KERNEL_VERSION_GIT - default "10c530f34ed3fb9eb89ff7d7a95df62a2072b623" if ADK_TARGET_ARCH_CSKY default "6a2f2e4198eaff63ee75f6085ce9f966c47b4441" if ADK_TARGET_ARCH_LM32 default "a2092141807514666a273971cc8fa9e80f14439f" if ADK_TARGET_BOARD_BCM28XX default "f8d3b2a0fa5054aaed0f14cd457db9d8922bb167" if ADK_TARGET_SYSTEM_ADSP_BF537 @@ -248,7 +245,6 @@ config ADK_TARGET_LINUX_KERNEL_GIT config ADK_TARGET_LINUX_KERNEL_GIT_VER string "kernel version" depends on ADK_TARGET_LINUX_KERNEL_VERSION_GIT - default "4.9.56" if ADK_TARGET_ARCH_CSKY default "4.18.0" if ADK_TARGET_ARCH_RISCV32 default "4.18.0" if ADK_TARGET_ARCH_RISCV64 default "4.14.43" if ADK_TARGET_BOARD_BCM28XX |