diff options
author | Michal Simek | 2018-01-10 09:36:09 +0100 |
---|---|---|
committer | Michal Simek | 2018-01-30 14:29:18 +0100 |
commit | 2ad341ed7d90e007af8e878424f7b6e4f24d90ac (patch) | |
tree | 5e90283812fc345ef490284813528bffe83d9b64 /board/xilinx | |
parent | 88f05a926d52a4b05eac2e325bb600fa83f8eee1 (diff) |
arm64: zynqmp: Prepare psu_init rework
Move generic functions to common location psu_spl_init.c. Function
declarations are added to private header.
These changes are done in connection to the fact that still files from
HDF can be copied over and compilation should pass.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/zynqmp/zynqmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index 6c8254b9824..ff0b3c75f53 100644 --- a/board/xilinx/zynqmp/zynqmp.c +++ b/board/xilinx/zynqmp/zynqmp.c @@ -13,6 +13,7 @@ #include <asm/arch/clk.h> #include <asm/arch/hardware.h> #include <asm/arch/sys_proto.h> +#include <asm/arch/psu_init_gpl.h> #include <asm/io.h> #include <usb.h> #include <dwc3-uboot.h> |