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)
commit1ac237b66b7fdc4b867b1d11597f633639daded7
tree07166d6422059df2ca39b7f42f74d9814f9ae938
parent9e6e2bc2294b88884fff5a0e46d06a2196f19e5f
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>
board/xilinx/zynqmp/sleep.h [new file with mode: 0644]