summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_zynqmp_zc1275_revB.h
Commit message (Collapse)AuthorAgeFilesLines
* arm64: zynqmp: Remove board config filesMichal Simek2019-02-141-13/+0
| | | | | | | | All options have been moved to Kconfig and there is no need to have board header files. Mini configurations require them that's why they are still there. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Fix logic around CONFIG_ZYNQ_SDHCIMichal Simek2019-02-141-2/+0
| | | | | | | | | | Replace SDHCI controller listing by Kconfig symbol to let SPL know that this board is using multiple SDHCIs controllers. Kconfig help message should explain why this is needed. Origin symbols were used in full u-boot but with moving to distro boot this was fixed already. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* SPDX: Correct SPDX tags from recent xilinx mergeTom Rini2018-05-111-2/+1
| | | | | | | Correct the SPDX tag format. Fixes: 3b52847a451a ("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze") Signed-off-by: Tom Rini <trini@konsulko.com>
* arm64: zynqmp: Add new defconfig for zc1275 revBSiva Durga Prasad Paladugu2018-05-111-0/+16
This patch enables support zc1275 revB board. It has SD added compared to revA. The same configuration will work for RevC boards aswell. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>