mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Xilinx fixes for v2017.05
- Fix usbotg on Miami board - Cleanup zc1751 defconfig -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlkB14cACgkQykllyylKDCGmBwCdGDprha3mbfzUb6ZriITwz75A CZoAn3zZ1w/Z4qUwxw6MJ1k6GzrEqxQt =/HtJ -----END PGP SIGNATURE----- Merge tag 'xilinx-fixes-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze Xilinx fixes for v2017.05 - Fix usbotg on Miami board - Cleanup zc1751 defconfig
This commit is contained in:
commit
1e6776000e
2 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c1;
|
||||
mmc0 = &sdhci0;
|
||||
usbotg0 = &usb0;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
|
|
@ -3,7 +3,6 @@ CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm016_dc2"
|
|||
CONFIG_ARCH_ZYNQMP=y
|
||||
CONFIG_SYS_TEXT_BASE=0x8000000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x8000
|
||||
# CONFIG_SPL_MMC_SUPPORT is not set
|
||||
# CONFIG_SPL_LIBDISK_SUPPORT is not set
|
||||
# CONFIG_SPL_FAT_SUPPORT is not set
|
||||
CONFIG_ZYNQMP_USB=y
|
||||
|
|
Loading…
Add table
Reference in a new issue