mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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]852126680e/target/linux/mvebu/image/clearfog.bootscript (L7)
[2]e95afa5675/cmd/Kconfig (L1504)
Fixes:0299c90f39
("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>
This commit is contained in:
parent
363d9f2c2f
commit
af767e9a3d
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ CONFIG_CMD_MMC=y
|
|||
CONFIG_CMD_PCI=y
|
||||
CONFIG_CMD_SPI=y
|
||||
CONFIG_CMD_USB=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
CONFIG_CMD_TFTPPUT=y
|
||||
CONFIG_CMD_CACHE=y
|
||||
CONFIG_CMD_TIME=y
|
||||
|
|
Loading…
Add table
Reference in a new issue