diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-05-25 16:08:43 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-06-20 16:40:58 +0200 |
commit | 1ac237b66b7fdc4b867b1d11597f633639daded7 (patch) | |
tree | 07166d6422059df2ca39b7f42f74d9814f9ae938 /board | |
parent | 9e6e2bc2294b88884fff5a0e46d06a2196f19e5f (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>
Diffstat (limited to 'board')
-rw-r--r-- | board/xilinx/zynqmp/sleep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/xilinx/zynqmp/sleep.h b/board/xilinx/zynqmp/sleep.h new file mode 100644 index 0000000000..a962319ffd --- /dev/null +++ b/board/xilinx/zynqmp/sleep.h @@ -0,0 +1 @@ +/* Intentionally empty file for psu_init* */ |