diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2014-02-20 10:28:27 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-14 07:43:35 +0200 |
commit | c6024c8edd5e9e27f1099341cca1fc41f77c5ed4 (patch) | |
tree | defa2778f1ec66783361c76633084f68088f8e01 /include/configs/zynq_zc70x.h | |
parent | eb8c54bfaabec7b8ba65a054f6c3e37572288ae9 (diff) | |
download | u-boot-c6024c8edd5e9e27f1099341cca1fc41f77c5ed4.tar.gz |
ARM: zynq: Added USB host support for zynq boards
Added configs to support USB host for zynq boards.
Also added a command usbboot to boot from usb.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_zc70x.h')
-rw-r--r-- | include/configs/zynq_zc70x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq_zc70x.h b/include/configs/zynq_zc70x.h index de0e24129c..291a5fef51 100644 --- a/include/configs/zynq_zc70x.h +++ b/include/configs/zynq_zc70x.h @@ -19,6 +19,7 @@ #define CONFIG_SYS_NO_FLASH #define CONFIG_ZYNQ_SDHCI0 +#define CONFIG_ZYNQ_USB #define CONFIG_ZYNQ_I2C0 #define CONFIG_ZYNQ_EEPROM #define CONFIG_ZYNQ_BOOT_FREEBSD |