diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-05 19:08:13 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2015-06-01 09:39:29 -0500 |
commit | 7453cb595cc17898a8227777b410b3e34a689c37 (patch) | |
tree | f0a9e763915f7d0cd99f9d3309fe8ff7fcef5bd2 /include/configs/omap3_beagle.h | |
parent | a4bdf1def41a75a8e5a9203d0ad39f0120f8a583 (diff) | |
download | talos-obmc-uboot-7453cb595cc17898a8227777b410b3e34a689c37.tar.gz talos-obmc-uboot-7453cb595cc17898a8227777b410b3e34a689c37.zip |
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 <joe.hershberger@ni.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index f25a940789..709528be4b 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -109,7 +109,6 @@ #define CONFIG_USB_STORAGE /* USB storage support */ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_LED /* LED support */ -#define CONFIG_CMD_SETEXPR /* Evaluate expressions */ #define CONFIG_CMD_GPIO /* Enable gpio command */ #define CONFIG_CMD_DHCP |