commit | 47818e23a2281bbbf64df5936f67a6f98bbd6563 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:16 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:12:47 2020 -0500 |
tree | b13bc00b6109ebd6c0f01a1b0494e419d6796eab | |
parent | 19141d698302dd7192f04f69d32826494905031e [diff] |
Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is enabled In order to apply an overlay to a DTB. The DTB must have been generated with the option '-@'. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>