dae43ea942aaeb84d30e70be48d67a6104ca4030
[openwrt/staging/chunkeey.git] / package / boot / uboot-mvebu / patches / 103-arm-mvebu-clearfog_defconfig-enable-setexpr-command.patch
1 From 40a67a9403deafdac05564b7350af49a71e12373 Mon Sep 17 00:00:00 2001
2 From: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 Date: Fri, 29 Apr 2022 17:34:53 +0200
4 Subject: [PATCH] arm: mvebu: clearfog_defconfig: enable setexpr command
5
6 This command is useful in U-boot scripts and it is being used by
7 OpenWrt bootscript for this board [1]. Otherwise shell scripting
8 commands are enabled by default in cmd/Kconfig.
9
10 [1] https://github.com/openwrt/openwrt/blob/852126680e21edc71c0c66561ae5a6d7479dcc67/target/linux/mvebu/image/clearfog.bootscript#L7
11
12 [2] https://source.denx.de/u-boot/u-boot/-/blob/e95afa56753cebcd20a5114b6d121f281b789006/cmd/Kconfig#L1504
13
14 Fixes: 0299c90f396c5b2971a4bac596339f4b03661c27 ("arm: mvebu: Add
15 SolidRun ClearFog Armada 38x initial support")
16
17 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
18 ---
19 configs/clearfog_defconfig | 1 -
20 1 file changed, 1 deletion(-)
21
22 --- a/configs/clearfog_defconfig
23 +++ b/configs/clearfog_defconfig
24 @@ -35,7 +35,6 @@ CONFIG_CMD_MMC=y
25 CONFIG_CMD_PCI=y
26 CONFIG_CMD_SPI=y
27 CONFIG_CMD_USB=y
28 -# CONFIG_CMD_SETEXPR is not set
29 CONFIG_CMD_TFTPPUT=y
30 CONFIG_CMD_CACHE=y
31 CONFIG_CMD_TIME=y