]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Enable some ENV commands
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:16 +0000 (14:27 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:15 +0000 (22:43 +0200)
Enable some additional ENV commands in sandbox to aid in build testing
and run testing.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h

index f5361d1091b659d11b14e3a2f580fff003d48c18..3a857e2a3dd6c12c4c2ecdedfed961717fb449a9 100644 (file)
 
 #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