diff mbox series

configs/stm32mp157c_odyssey: specify uboot custom version

Message ID 20211106101148.295572-1-b.bilas@grinn-global.com
State Accepted
Headers show
Series configs/stm32mp157c_odyssey: specify uboot custom version | expand

Commit Message

Bartosz Bilas Nov. 6, 2021, 10:11 a.m. UTC
According to buildroot requirements set custom uboot
version instead of relying on the newest one.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 configs/stm32mp157c_odyssey_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Thomas Petazzoni Nov. 6, 2021, 10:48 a.m. UTC | #1
On Sat,  6 Nov 2021 11:11:48 +0100
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> According to buildroot requirements set custom uboot
> version instead of relying on the newest one.
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>  configs/stm32mp157c_odyssey_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/stm32mp157c_odyssey_defconfig b/configs/stm32mp157c_odyssey_defconfig
index 8639c6ee6c..22a8ff0a1f 100644
--- a/configs/stm32mp157c_odyssey_defconfig
+++ b/configs/stm32mp157c_odyssey_defconfig
@@ -22,6 +22,9 @@  BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 AARCH32_SP
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="*.stm32"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_DTC=y
 BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_trusted"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set