From e823f307e9df2af3d1e94440619d1fafe405c358 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 16 Jun 2014 15:04:01 +0200 Subject: apalis-imx6: Enable VERSION_VARIABLE Enable VERSION_VARIABLE in order to be able to check U-Boot version from update scripts. --- include/configs/apalis-imx6.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h index f88fa094ca..d3d909ab1a 100644 --- a/include/configs/apalis-imx6.h +++ b/include/configs/apalis-imx6.h @@ -44,6 +44,10 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_MXC_UART_DTE /* use the uart in DTE mode */ +/* Make the HW version stuff available to in u-boot env */ +#define CONFIG_VERSION_VARIABLE /* ver environment variable */ +#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG + /* I2C Configs */ #define CONFIG_CMD_I2C #define CONFIG_SYS_I2C -- cgit v1.2.3