[U-Boot] [PATCH v2 01/19] sandbox: Enable some ENV commands
Joe Hershberger
joe.hershberger at ni.com
Wed Apr 29 07:50:48 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 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 3bf45a2..6079898 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -151,6 +151,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