Skip to content
Snippets Groups Projects
Commit 49e6e9ca authored by Marko Ratkaj's avatar Marko Ratkaj Committed by Hauke Mehrtens
Browse files

uboot-mvebu: fix SETEXPR redefinition warning

parent ad0e107c
No related branches found
No related tags found
No related merge requests found
...@@ -11,18 +11,14 @@ Signed-off-by: Josua Mayer <josua.mayer97@gmail.com> ...@@ -11,18 +11,14 @@ Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
configs/clearfog_defconfig | 1 + configs/clearfog_defconfig | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index 41e94e6daf..f3572971be 100644
--- a/configs/clearfog_defconfig --- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig
@@ -34,6 +34,7 @@ CONFIG_CMD_EXT2=y @@ -23,7 +23,7 @@ CONFIG_CMD_SF=y
CONFIG_CMD_EXT4=y CONFIG_CMD_SPI=y
CONFIG_CMD_FAT=y CONFIG_CMD_I2C=y
CONFIG_CMD_FS_GENERIC=y CONFIG_CMD_USB=y
-# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_SETEXPR=y +CONFIG_CMD_SETEXPR=y
CONFIG_EFI_PARTITION=y CONFIG_CMD_TFTPPUT=y
# CONFIG_PARTITION_UUIDS is not set CONFIG_CMD_DHCP=y
# CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_CMD_MII=y
--
2.12.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment