aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu
diff options
context:
space:
mode:
authorJosua Mayer <josua.mayer97@gmail.com>2017-04-23 20:28:57 +0200
committerFelix Fietkau <nbd@nbd.name>2017-05-30 14:00:30 +0200
commite2814f641600efabfa906fa0a5957eaf055a67e5 (patch)
treea5d9a532d9d6937131707496fc907fc08bcf09b6 /package/boot/uboot-mvebu
parentc4f94740598a7516fd8b9fc471872b6e3397fbdb (diff)
downloadupstream-e2814f641600efabfa906fa0a5957eaf055a67e5.tar.gz
upstream-e2814f641600efabfa906fa0a5957eaf055a67e5.tar.bz2
upstream-e2814f641600efabfa906fa0a5957eaf055a67e5.zip
u-boot-mvebu: clearfog: enable setexpr command
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu')
-rw-r--r--package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 0000000000..9a74c52c63
--- /dev/null
+++ b/package/boot/uboot-mvebu/patches/0004-clearfog-enable-setexpr-command-by-default.patch
@@ -0,0 +1,28 @@
+From 7b53a0f5ddf0b1201a09c368b06cd5750d5fbe3a Mon Sep 17 00:00:00 2001
+From: Josua Mayer <josua.mayer97@gmail.com>
+Date: Sun, 23 Apr 2017 17:45:11 +0200
+Subject: [PATCH 4/4] clearfog: enable setexpr command by default
+
+Turns out this command is pretty useful in advanced boot-scripts.
+-> enable
+
+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
++CONFIG_CMD_SETEXPR=y
+ CONFIG_EFI_PARTITION=y
+ # CONFIG_PARTITION_UUIDS is not set
+ # CONFIG_SPL_PARTITION_UUIDS is not set
+--
+2.12.2
+