diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-01-19 15:49:26 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-01-27 13:12:51 +0100 |
commit | 177cecdc4edcda5881cf217e21568d921b630bf5 (patch) | |
tree | 636f77ccf3ba63eeb8563f012b578e60b80c0f59 | |
parent | a4ced7b3a44d70569e92101acc1f625ac5999f17 (diff) | |
download | u-boot-177cecdc4edcda5881cf217e21568d921b630bf5.zip u-boot-177cecdc4edcda5881cf217e21568d921b630bf5.tar.gz u-boot-177cecdc4edcda5881cf217e21568d921b630bf5.tar.bz2 |
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_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 4543acf..6886716 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 |