From aacef256013b40d0a92c9f574e9702034d7618b4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 25 Mar 2015 12:23:02 -0600 Subject: dm: usb: sandbox: Enable USB Enable USB emulation and associated features so that USB can be used in sandbox. Signed-off-by: Simon Glass Reviewed-by: Marek Vasut --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index c49a847..8bbd40b 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -60,6 +60,7 @@ #define CONFIG_CMD_GPT #define CONFIG_PARTITION_UUIDS #define CONFIG_EFI_PARTITION +#define CONFIG_DOS_PARTITION /* * Size of malloc() pool, before and after relocation @@ -199,5 +200,6 @@ #define CONFIG_TPM_TIS_SANDBOX #define CONFIG_CMD_LZMADEC +#define CONFIG_CMD_USB #endif -- cgit v1.1