commit | fec657bebd77d789a7f9708b79f95225a9c4eeef | [log] [tgz] |
---|---|---|
author | Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> | Wed Oct 02 15:57:36 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 08 13:14:54 2019 +0200 |
tree | 5ae44a57d9071404bf5cd7ef65e5530a2f3a7f1b | |
parent | a3e552b53fb85abce33a8e00bc430d014d7ee733 [diff] [blame] |
arm64: versal: Move common board dtb search Move the exisiting function of getting board dtb from versal to a common Xilinx folder. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
diff --git a/board/xilinx/versal/Makefile b/board/xilinx/versal/Makefile index 2b81276..e9307d7 100644 --- a/board/xilinx/versal/Makefile +++ b/board/xilinx/versal/Makefile
@@ -5,3 +5,4 @@ # obj-y := board.o +obj-y += ../common/board.o