diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-29 16:33:23 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-11-06 09:14:11 +0800 |
commit | ca3ed07dafd6152cb9957bd7bf48dc25f045dfe0 (patch) | |
tree | 678e5ac82afd136b32375068dcc963e85a2f4888 /configs | |
parent | e07eee3957bd7a108f7621791a2eafca989575c8 (diff) |
nios2: enable setexpr command in defconfig
Enable setexpr command in defconfig because it is really
useful as suggested by Marek.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index fbc27ea17f0..e42a15ea7e8 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -10,7 +10,6 @@ CONFIG_CMD_CPU=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_FPGA is not set # CONFIG_CMD_ITEST is not set -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y |