Skip to content

Commit 931f598

Browse files
committed
dontmerge: bump u-boot revision
This u-boot revision fixes command prompt from "axs" to "AXS". Signed-off-by: Alexey Brodkin <[email protected]>
1 parent 9542df9 commit 931f598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/axs101_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ BR2_TARGET_UBOOT=y
3333
BR2_TARGET_UBOOT_BOARDNAME="axs101"
3434
BR2_TARGET_UBOOT_CUSTOM_GIT=y
3535
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/u-boot.git"
36-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="071d18c86234c630e3c3810b6bbf7445282472c1"
36+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="3e04495719b2d582fc5b58364b098b4fd328164f"

package/uboot-tools/uboot-tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
UBOOT_TOOLS_VERSION = 071d18c86234c630e3c3810b6bbf7445282472c1
7+
UBOOT_TOOLS_VERSION = 3e04495719b2d582fc5b58364b098b4fd328164f
88
UBOOT_TOOLS_SITE = git://github.com/foss-for-synopsys-dwc-arc-processors/u-boot.git
99
UBOOT_TOOLS_LICENSE = GPLv2+
1010
UBOOT_TOOLS_LICENSE_FILES = Licenses/gpl-2.0.txt

0 commit comments

Comments
 (0)