[U-Boot] [PATCH] arm64: zynqmp: Add empty sleep.h file for psu_init* compilation
Michal Simek
michal.simek at xilinx.com
Mon May 29 07:01:12 UTC 2017
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 <michal.simek at xilinx.com>
---
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
More information about the U-Boot
mailing list