]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: clearfog_defconfig: enable setexpr command
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 29 Apr 2022 15:49:14 +0000 (17:49 +0200)
committerStefan Roese <sr@denx.de>
Mon, 2 May 2022 05:47:26 +0000 (07:47 +0200)
commit8db44e82adcc0a7a560a5b051f24e17ebc73abde
treee416750258af41e4b49a45feabd2f12a4b699136
parent71619a4e8d2b625b18e8a7354f3a02c2476a70dc
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/80d188e1b18edb9ee57ac1d2f3440fc25dc0a3b0/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>
configs/clearfog_defconfig