Skip to content

Commit a78cd17

Browse files
committed
ARC: AXS10x - update Linux and U-Boot versions
Linux kernel is updated to arc-3.18-2 U-boot is updated to v2015.10 Signed-off-by: Alexey Brodkin <[email protected]>
1 parent f69c16a commit a78cd17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/snps_axs101_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
1717
BR2_LINUX_KERNEL=y
1818
BR2_LINUX_KERNEL_CUSTOM_GIT=y
1919
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
20-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-1"
20+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-2"
2121
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
2222
BR2_LINUX_KERNEL_TOOL_PERF=y
2323

2424
# Bootloader
2525
BR2_TARGET_UBOOT=y
2626
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
2727
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
28-
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
28+
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.10"
2929
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"
3030

3131
# Extra toolchain options for HS38 VDK release

configs/snps_axs103_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
1818
BR2_LINUX_KERNEL=y
1919
BR2_LINUX_KERNEL_CUSTOM_GIT=y
2020
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
21-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-1"
21+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-2"
2222
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
2323
BR2_LINUX_KERNEL_TOOL_PERF=y
2424

2525
# Bootloader
2626
BR2_TARGET_UBOOT=y
2727
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
2828
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
29-
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
29+
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.10"
3030
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs103"
3131

3232
# Extra toolchain options for HS38 VDK release

0 commit comments

Comments
 (0)