[U-Boot] [PATCH 01/11] sandbox: Enable some ENV commands
Joe Hershberger
joe.hershberger at ni.com
Wed Apr 22 00:02:41 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>
---
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