diff mbox series

ARM: imx: Add version variable to DHSOM

Message ID 20221101224401.247730-1-marex@denx.de
State Accepted
Commit b177a2626e3c6b744ef70e7150633af067edba80
Delegated to: Stefano Babic
Headers show
Series ARM: imx: Add version variable to DHSOM | expand

Commit Message

Marek Vasut Nov. 1, 2022, 10:44 p.m. UTC
Enable insertion of version variable into U-Boot environment on DHSOM,
to make it possible to check U-Boot version e.g. in U-Boot scripts.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: uboot-imx <uboot-imx@nxp.com>
---
 configs/dh_imx6_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Nov. 8, 2022, 4:38 p.m. UTC | #1
> Enable insertion of version variable into U-Boot environment on DHSOM,
> to make it possible to check U-Boot version e.g. in U-Boot scripts.
> Signed-off-by: Marek Vasut <marex@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig
index 463c6d4477d..2d675c1f6d7 100644
--- a/configs/dh_imx6_defconfig
+++ b/configs/dh_imx6_defconfig
@@ -66,6 +66,7 @@  CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_USE_ETHPRIME=y
 CONFIG_ETHPRIME="FEC"
+CONFIG_VERSION_VARIABLE=y
 CONFIG_ARP_TIMEOUT=200
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_DWC_AHSATA=y