From 7453cb595cc17898a8227777b410b3e34a689c37 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 5 May 2015 19:08:13 -0500 Subject: Move setexpr to Kconfig Another shell scripting command that has not been moved. Moved using tools/moveconfig.py using these settings: CMD_SETEXPR bool n y Signed-off-by: Joe Hershberger Cc: Masahiro Yamada --- configs/trats2_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/trats2_defconfig') diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig index 8326d69..75a8aec 100644 --- a/configs/trats2_defconfig +++ b/configs/trats2_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_EXYNOS=y CONFIG_TARGET_TRATS2=y -CONFIG_DEFAULT_DEVICE_TREE="exynos4412-trats2" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_DEFAULT_DEVICE_TREE="exynos4412-trats2" +CONFIG_CMD_SETEXPR=y CONFIG_OF_CONTROL=y -- cgit v1.1