summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-01-19 15:49:26 +0100
committerStefan Roese <sr@denx.de>2021-01-27 13:12:51 +0100
commit177cecdc4edcda5881cf217e21568d921b630bf5 (patch)
tree636f77ccf3ba63eeb8563f012b578e60b80c0f59
parenta4ced7b3a44d70569e92101acc1f625ac5999f17 (diff)
downloadu-boot-177cecdc4edcda5881cf217e21568d921b630bf5.tar.gz
u-boot-177cecdc4edcda5881cf217e21568d921b630bf5.tar.xz
u-boot-177cecdc4edcda5881cf217e21568d921b630bf5.zip
arm: mvebu: turris_mox: enable setexpr command in defconfig
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>
-rw-r--r--configs/turris_mox_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 4543acf073..68867161e5 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -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