Makefile: Prioritize external dtb if defined
authorMichal Simek <[email protected]>
Mon, 25 Mar 2019 14:55:16 +0000 (15:55 +0100)
committerTom Rini <[email protected]>
Sat, 18 May 2019 16:31:58 +0000 (12:31 -0400)
commit3eaf6dcd9362b56e3217559401287dd8fa35b5b2
treed6162c31ad889ebdb3000452afbdbc089bf05aab
parent1001502545ff0125c39232cf0e7f26d9213ab55f
Makefile: Prioritize external dtb if defined

Prioritize external dtb if its passed via EXT_DTB
than the dtb that was built in the tree. With this
patch it appends the specified external dtb to
the u-boot image.

Signed-off-by: Michal Simek <[email protected]>
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Makefile