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

29 May
2017
29 May
'17
9:01 a.m.
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 --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
2905
Age (days ago)
2905
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek