mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
arm-bsp/u-boot: add recipe for 2023.07.02
Multiple machines in meta-arm-bsp have need of the 2023.07.02 version of u-boot. Temporarily add it here to give those machines enough time to update to the latest version. NOTE: MTD changes in u-boot require changes to the qemuarm config. Specifically, not disabling it. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
require recipes-bsp/u-boot/u-boot-common.inc
|
||||
require recipes-bsp/u-boot/u-boot.inc
|
||||
|
||||
SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c"
|
||||
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y"
|
||||
@@ -2,6 +2,4 @@
|
||||
CONFIG_TEXT_BASE=0x60000000
|
||||
CONFIG_ENV_IS_NOWHERE=y
|
||||
# CONFIG_ENV_IS_IN_FLASH is not set
|
||||
# CONFIG_MTD is not set
|
||||
# CONFIG_MTD_NOR_FLASH is not set
|
||||
# CONFIG_CMD_QFW is not set
|
||||
|
||||
Reference in New Issue
Block a user