[U-Boot] [PATCH v5 03/26] sandbox: Enable some ENV commands

Joe Hershberger joe.hershberger at ni.com
Wed May 20 21:27:16 CEST 2015


Enable some additional ENV commands in sandbox to aid in build testing
and run testing.

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/sandbox.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index f5361d1..3a857e2 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -153,6 +153,11 @@
 
 #define CONFIG_CMD_SANDBOX
 
+#define CONFIG_CMD_ENV_FLAGS
+#define CONFIG_CMD_ENV_CALLBACK
+#define CONFIG_CMD_GREPENV
+#define CONFIG_CMD_ASKENV
+
 #define CONFIG_BOOTARGS ""
 
 #define CONFIG_BOARD_LATE_INIT
-- 
1.7.11.5



More information about the U-Boot mailing list