diff mbox

[U-Boot] arm64: zynqmp: Add empty sleep.h file for psu_init* compilation

Message ID a14e18d832e0d8ccbe4c26b0d3c8b2cb7113257d.1496041270.git.michal.simek@xilinx.com
State Accepted
Commit 1ac237b66b7fdc4b867b1d11597f633639daded7
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek May 29, 2017, 7:01 a.m. UTC
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@xilinx.com>
---

 board/xilinx/zynqmp/sleep.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 board/xilinx/zynqmp/sleep.h
diff mbox

Patch

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* */