commit | f0d8fc63f350fa4c59c7fd1f4fc55f2f506d2f08 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 25 16:08:43 2017 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jun 20 16:40:58 2017 +0200 |
tree | 07166d6422059df2ca39b7f42f74d9814f9ae938 | |
parent | 9c7a6a20ae40dc858d0238ff0b0acd7ace1333aa [diff] |
arm64: zynqmp: Add empty sleep.h file for psu_init* compilation 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>
diff --git a/board/xilinx/zynqmp/sleep.h b/board/xilinx/zynqmp/sleep.h new file mode 100644 index 0000000..a962319 --- /dev/null +++ b/board/xilinx/zynqmp/sleep.h
@@ -0,0 +1 @@ +/* Intentionally empty file for psu_init* */