From: Simon Glass Date: Wed, 26 Dec 2012 09:53:38 +0000 (+0000) Subject: sandbox: config: Enable sandbox command X-Git-Tag: v2013.04-rc1~5 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=e40753b207029dfc9e0a9e2ec4545fbd32e0a8cc sandbox: config: Enable sandbox command The 'sb' command allows loading files from the host, and listing directories. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 2a45c7bf20..406da43aa1 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -97,6 +97,8 @@ #define CONFIG_SHA1 #define CONFIG_SHA256 +#define CONFIG_CMD_SANDBOX + #define CONFIG_BOOTARGS "" #define CONFIG_EXTRA_ENV_SETTINGS "stdin=serial\0" \