]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: turris_mox: enable setexpr command in defconfig
authorMarek Behún <marek.behun@nic.cz>
Tue, 19 Jan 2021 14:49:26 +0000 (15:49 +0100)
committerStefan Roese <sr@denx.de>
Wed, 27 Jan 2021 12:12:51 +0000 (13:12 +0100)
Enable setexpr command in defconfig for Turris MOX. We have found that
this is sometimes useful in U-Boot scripts and there is enough space in
NOR memory on MOX.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/turris_mox_defconfig

index 4543acf07308691f05cb0e950057ad2ca4c68d73..68867161e5ae3e77722221d71c06e8850b1cf246 100644 (file)
@@ -32,7 +32,7 @@ CONFIG_CMD_PCI=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_WDT=y
-# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_SETEXPR=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIME=y