[U-Boot] [PATCH] arm: mvebu: theadorable_debug_defconfig: Enable setexpr command

The setexpr command is useful for scripting, lets enable it for this platform.
Signed-off-by: Stefan Roese sr@denx.de --- configs/theadorable_debug_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index a39497984b..c10b1b30b9 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -28,7 +28,6 @@ CONFIG_CMD_PCI=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TFTPPUT=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y

On 06.10.2017 09:11, Stefan Roese wrote:
The setexpr command is useful for scripting, lets enable it for this platform.
Signed-off-by: Stefan Roese sr@denx.de
Applied to u-boot-marvell/master.
Thanks, Stefan
participants (1)
-
Stefan Roese