From: Bryan O'Donoghue Date: Tue, 24 Apr 2018 17:46:46 +0000 (+0100) Subject: warp7: defconfig: Enable CMD_SETEXPR X-Git-Tag: v2018.05-rc3~1^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=baea5ecd26888263bd614ff86f93df89302b3627;p=platform%2Fkernel%2Fu-boot.git warp7: defconfig: Enable CMD_SETEXPR 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 Tested-by: Breno Lima Reviewed-by: Fabio Estevam --- diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 8a8dfc0..16631a4 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -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