diff options
author | Michal Simek | 2020-02-13 15:03:29 +0100 |
---|---|---|
committer | Michal Simek | 2020-04-06 12:51:31 +0200 |
commit | f7c6ee7fe7bcc387de4c92300f46cb725b845b53 (patch) | |
tree | 87933ddcfed66aaa2dd621f058a5b35978613769 /doc/board | |
parent | dacec83ce0f8c80b35ed9b4e18f4468ff8552069 (diff) |
ARM: zynq: Switch to single zynq configurations
There are a lot of zynq configurations which can be merged together and use
only one for all. The similar change has been done for ZynqMP by commit
be1b6c32d940 ("arm64: zynqmp: Use zynqmp_virt platform")
Build SPL with u-boot.img for zc706 like this.
export DEVICE_TREE=zynq-zc706 && make xilinx_zynq_virt_defconfig && make -j8
u-boot.img is generic for all boards.
Tested on Zybo, zc702, zc706, zc770-xm011-x16, cc108 and microzed.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/xilinx/zynq.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/xilinx/zynq.rst b/doc/board/xilinx/zynq.rst index 3f0513ed362..6a09df1d15f 100644 --- a/doc/board/xilinx/zynq.rst +++ b/doc/board/xilinx/zynq.rst @@ -32,7 +32,8 @@ Building configure and build for zc702 board:: - $ make zynq_zc702_config + $ export DEVICE_TREE=zynq-zc702 + $ make xilinx_zynq_virt_defconfig $ make Bootmode |