psu_init* contain sleep.h header which is not present in u-boot. Instead of keep comment sleep.h in psu_init* it is easier to add empty file which is included.
Signed-off-by: Michal Simek <[email protected]> --- board/xilinx/zynqmp/sleep.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 board/xilinx/zynqmp/sleep.h diff --git a/board/xilinx/zynqmp/sleep.h b/board/xilinx/zynqmp/sleep.h new file mode 100644 index 000000000000..a962319ffdeb --- /dev/null +++ b/board/xilinx/zynqmp/sleep.h @@ -0,0 +1 @@ +/* Intentionally empty file for psu_init* */ -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

