payloads/U-Boot: Fix various build errors
1. Fix the inconsistence of the target path of U-Boot payload between Kconfig and Makefile.inc. 2. Perform full clone (to the destined commit) in order to get tags. 3. Move stable commit id of U-Boot payload from Makefile to Kconfig, and make prompt consistent with it. Change-Id: Ic0f11c16274456a452a0422e19fab0c61d8b5d5b Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
6
payloads/external/U-Boot/Kconfig
vendored
6
payloads/external/U-Boot/Kconfig
vendored
@@ -5,12 +5,16 @@ config PAYLOAD_SPECIFIC_OPTIONS
|
||||
select PAYLOAD_IS_FLAT_BINARY
|
||||
select WANT_LINEAR_FRAMEBUFFER
|
||||
|
||||
config UBOOT_STABLE_COMMIT_ID
|
||||
string
|
||||
default "v2021.07"
|
||||
|
||||
choice
|
||||
prompt "U-Boot version"
|
||||
default UBOOT_STABLE
|
||||
|
||||
config UBOOT_STABLE
|
||||
bool "v2019.4"
|
||||
bool "v2021.07"
|
||||
help
|
||||
Stable U-Boot version
|
||||
|
||||
|
Reference in New Issue
Block a user