diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2016-03-20 18:37:05 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-27 09:12:58 -0400 |
commit | afed7ebe8500e6f05ac93ceb5e3f75fd193fd786 (patch) | |
tree | 52e0f33c4fff7ff06714d654ba5692acdd5b0578 /include | |
parent | 634890bb5280ceec22aa3fc5e967aed0a2d0b795 (diff) | |
download | u-boot-afed7ebe8500e6f05ac93ceb5e3f75fd193fd786.tar.gz |
zipitz2: enable USB host support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zipitz2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index f69b52eabf..52a36b7e54 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -64,6 +64,7 @@ #define CONFIG_CMD_ENV #define CONFIG_CMD_MMC #define CONFIG_CMD_SPI +#define CONFIG_CMD_USB /* * MMC Card Configuration |