aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu
diff options
context:
space:
mode:
authorMarko Ratkaj <marko.ratkaj@sartura.hr>2017-09-25 12:32:22 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-09-25 23:08:32 +0200
commit49e6e9ca399e2bcbc5e3daf02319d2c846842fa1 (patch)
treee5dc410faa7b7163a23e46afe2413156024f859c /package/boot/uboot-mvebu
parentad0e107c2355c8221c96a8cf131405c06c016ae4 (diff)
downloadupstream-49e6e9ca399e2bcbc5e3daf02319d2c846842fa1.tar.gz
upstream-49e6e9ca399e2bcbc5e3daf02319d2c846842fa1.tar.bz2
upstream-49e6e9ca399e2bcbc5e3daf02319d2c846842fa1.zip
uboot-mvebu: fix SETEXPR redefinition warning
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'package/boot/uboot-mvebu')
-rw-r--r--package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch20
1 files changed, 8 insertions, 12 deletions
diff --git a/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch b/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch
index 9a74c52c63..ca734660ef 100644
--- a/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch
+++ b/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch
@@ -11,18 +11,14 @@ Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
configs/clearfog_defconfig | 1 +
1 file changed, 1 insertion(+)
-diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
-index 41e94e6daf..f3572971be 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
-@@ -34,6 +34,7 @@ CONFIG_CMD_EXT2=y
- CONFIG_CMD_EXT4=y
- CONFIG_CMD_FAT=y
- CONFIG_CMD_FS_GENERIC=y
+@@ -23,7 +23,7 @@ CONFIG_CMD_SF=y
+ CONFIG_CMD_SPI=y
+ CONFIG_CMD_I2C=y
+ CONFIG_CMD_USB=y
+-# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_SETEXPR=y
- CONFIG_EFI_PARTITION=y
- # CONFIG_PARTITION_UUIDS is not set
- # CONFIG_SPL_PARTITION_UUIDS is not set
---
-2.12.2
-
+ CONFIG_CMD_TFTPPUT=y
+ CONFIG_CMD_DHCP=y
+ CONFIG_CMD_MII=y