summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Vandervennet <yvanderv@opensource.altera.com>2014-11-06 01:42:02 -0600
committerYves Vandervennet <yvanderv@opensource.altera.com>2014-11-06 01:42:02 -0600
commite6184eb8dd3541862c01136f657f31d4dd2aed6b (patch)
treefbb1f26c34793df1cf800de7c5a9dfd33155740d
parent008ab89de26c255f4af4d70d08af34ca4b8a4013 (diff)
downloadu-boot-socfpga-e6184eb8dd3541862c01136f657f31d4dd2aed6b.tar.gz
FogBugz #23744: Enable Maths operations
Adds CONFIG_CMD_SETEXPR for all SoC's Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com>
-rw-r--r--include/configs/socfpga_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 55845e9b8f..fa1402cb30 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -811,4 +811,6 @@
/* ARM Errata */
#define CONFIG_ARM_ERRATA_761320
+#define CONFIG_CMD_SETEXPR
+
#endif /* __CONFIG_COMMON_H */