浏览代码

sandbox: config: Enable sandbox command

The 'sb' command allows loading files from the host, and listing
directories.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
Simon Glass 12 年之前
父节点
当前提交
e40753b207
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/configs/sandbox.h

+ 2 - 0
include/configs/sandbox.h

@@ -97,6 +97,8 @@
 #define CONFIG_SHA1
 #define CONFIG_SHA1
 #define CONFIG_SHA256
 #define CONFIG_SHA256
 
 
+#define CONFIG_CMD_SANDBOX
+
 #define CONFIG_BOOTARGS ""
 #define CONFIG_BOOTARGS ""
 
 
 #define CONFIG_EXTRA_ENV_SETTINGS	"stdin=serial\0" \
 #define CONFIG_EXTRA_ENV_SETTINGS	"stdin=serial\0" \