arm: zynq: Use separate device tree instead of embedded
Production boards should not use CONFIG_OF_EMBED. Fix this for the Zybo boards. The image to use now becomes u-boot-dtb.bin. For example, the .bif file should contain a line like: [load = 0x04000000,startup=0x04000000]/path/to/u-boot-dtb.bin instead of: [load = 0x04000000,startup=0x04000000]/path/to/u-boot.bin When device tree is enabled we need to load u-boot-dtb.img. Change the settings so that SPL does the right thing. Signed-off-by:Simon Glass <sjg@chromium.org> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
Showing
- configs/zynq_microzed_defconfig 1 addition, 1 deletionconfigs/zynq_microzed_defconfig
- configs/zynq_picozed_defconfig 1 addition, 1 deletionconfigs/zynq_picozed_defconfig
- configs/zynq_zc702_defconfig 1 addition, 1 deletionconfigs/zynq_zc702_defconfig
- configs/zynq_zc706_defconfig 1 addition, 1 deletionconfigs/zynq_zc706_defconfig
- configs/zynq_zc70x_defconfig 1 addition, 1 deletionconfigs/zynq_zc70x_defconfig
- configs/zynq_zc770_xm010_defconfig 1 addition, 1 deletionconfigs/zynq_zc770_xm010_defconfig
- configs/zynq_zc770_xm011_defconfig 1 addition, 1 deletionconfigs/zynq_zc770_xm011_defconfig
- configs/zynq_zc770_xm012_defconfig 1 addition, 1 deletionconfigs/zynq_zc770_xm012_defconfig
- configs/zynq_zc770_xm013_defconfig 1 addition, 1 deletionconfigs/zynq_zc770_xm013_defconfig
- configs/zynq_zed_defconfig 1 addition, 1 deletionconfigs/zynq_zed_defconfig
- configs/zynq_zybo_defconfig 1 addition, 1 deletionconfigs/zynq_zybo_defconfig
- include/configs/zynq-common.h 5 additions, 1 deletioninclude/configs/zynq-common.h
Loading
Please register or sign in to comment