]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
amcc-common.h: enable support for "env grep", "setexpr", and regex.
authorWolfgang Denk <wd@denx.de>
Sat, 23 Mar 2013 23:50:38 +0000 (23:50 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 20:24:01 +0000 (16:24 -0400)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
include/configs/amcc-common.h

index 928b31f5c5d69440a610ec5b52f84a4849b4ef67..80e5735e76c98a9601f3daf308b117e1dcac749e 100644 (file)
@@ -71,6 +71,7 @@
 #define CONFIG_CMD_DIAG
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_ELF
+#define CONFIG_CMD_GREPENV
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_IRQ
 #define CONFIG_CMD_MII
@@ -78,6 +79,7 @@
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_REGINFO
+#define CONFIG_CMD_SETEXPR
 
 /*
  * Miscellaneous configurable options
 #define CONFIG_LOADS_ECHO              /* echo on for serial download  */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE   /* allow baudrate change        */
 
+#define CONFIG_REGEX                   /* Enable regular expression support */
 /*
  * BOOTP options
  */