commit | 83a40418d6decf91dec4c34dc68531e2ee5107cd | [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 | 9443a73e4301c0f0690ce4a8b4a40128b278a067 [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>