]> Git Repo - J-u-boot.git/commitdiff
warp7: defconfig: Enable CMD_SETEXPR
authorBryan O'Donoghue <[email protected]>
Tue, 24 Apr 2018 17:46:46 +0000 (18:46 +0100)
committerStefano Babic <[email protected]>
Thu, 26 Apr 2018 06:54:02 +0000 (08:54 +0200)
setexpr allows us to do arithmetic for env variables - something that is
both useful and required when doing HAB authentication without hard-coding
HAB load addresses.

This patch enables CMD_SETEXPR for the WaRP7 defconfig.

Signed-off-by: Bryan O'Donoghue <[email protected]>
Tested-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
configs/warp7_defconfig

index 8a8dfc097c9ccbfda3ebb2c78efcd0a12535cf52..16631a4d55c2c98f7008ae0b774821b5c641db91 100644 (file)
@@ -20,7 +20,7 @@ CONFIG_CMD_MMC=y
 CONFIG_CMD_PART=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_MASS_STORAGE=y
-# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_SETEXPR=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_EXT2=y
This page took 0.035886 seconds and 4 git commands to generate.