summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:23:02 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:29 -0600
commitaacef256013b40d0a92c9f574e9702034d7618b4 (patch)
treed312ab211d82f1cd4c912b4cb1d8964ae3a7ed14 /include/configs/sandbox.h
parent7caced5aae9f1e573effa65c799212017b2124b5 (diff)
downloadtalos-obmc-uboot-aacef256013b40d0a92c9f574e9702034d7618b4.tar.gz
talos-obmc-uboot-aacef256013b40d0a92c9f574e9702034d7618b4.zip
dm: usb: sandbox: Enable USB
Enable USB emulation and associated features so that USB can be used in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index c49a847703..8bbd40b6db 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
OpenPOWER on IntegriCloud