]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm64: zynqmp: Add empty sleep.h file for psu_init* compilation
authorMichal Simek <michal.simek@xilinx.com>
Thu, 25 May 2017 14:08:43 +0000 (16:08 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 20 Jun 2017 14:40:58 +0000 (16:40 +0200)
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 [new file with mode: 0644]

diff --git a/board/xilinx/zynqmp/sleep.h b/board/xilinx/zynqmp/sleep.h
new file mode 100644 (file)
index 0000000..a962319
--- /dev/null
@@ -0,0 +1 @@
+/* Intentionally empty file for psu_init* */