commit | 98b78f5b9dd8864382b70a774ca9fb8fc7e9bac0 | [log] [tgz] |
---|---|---|
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | Fri Apr 29 17:49:14 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon May 02 07:47:26 2022 +0200 |
tree | e416750258af41e4b49a45feabd2f12a4b699136 | |
parent | 30e398da83e621a46706cf0373c4dd26a7b0efe2 [diff] |
arm: mvebu: clearfog_defconfig: enable setexpr command This command is useful in U-boot scripts and it is being used by OpenWrt bootscript for this board [1]. Otherwise shell scripting commands are enabled by default in cmd/Kconfig. [1] https://github.com/openwrt/openwrt/blob/852126680e21edc71c0c66561ae5a6d7479dcc67/target/linux/mvebu/image/clearfog.bootscript#L7 [2] https://source.denx.de/u-boot/u-boot/-/blob/e95afa56753cebcd20a5114b6d121f281b789006/cmd/Kconfig#L1504 Fixes: 0299c90f396c5b2971a4bac596339f4b03661c27 ("arm: mvebu: Add SolidRun ClearFog Armada 38x initial support") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>