Skip to content

Commit

Permalink
ARC: AXS10x - update Linux and U-Boot versions
Browse files Browse the repository at this point in the history
Linux kernel is updated to arc-3.18-2
U-boot is updated to v2015.10

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin committed Dec 25, 2015
1 parent f69c16a commit a78cd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/snps_axs101_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-1"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-2"
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
BR2_LINUX_KERNEL_TOOL_PERF=y

# Bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.10"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"

# Extra toolchain options for HS38 VDK release
Expand Down
4 changes: 2 additions & 2 deletions configs/snps_axs103_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-1"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.18-2"
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
BR2_LINUX_KERNEL_TOOL_PERF=y

# Bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.10"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs103"

# Extra toolchain options for HS38 VDK release
Expand Down

0 comments on commit a78cd17

Please sign in to comment.