[U-Boot] [RFC PATCH v1 3/9] Makefile: Fix u-boot.itb generation when building outside the source tree
Simon Glass
sjg at chromium.org
Sat Mar 30 21:18:30 UTC 2019
On Fri, 22 Mar 2019 at 08:39, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>
> Include the object tree and the source tree in the search path of the
> FIT compîler (dtc). This allows to use paths relative to the root of the
> source or object trees in the ITS instead of working backward from the
> actual location of the ITS.
> It also allows to use a build directory different of the source directory.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
> Makefile | 5 +++--
> board/theobroma-systems/lion_rk3368/fit_spl_atf.its | 6 +++---
> board/theobroma-systems/puma_rk3399/fit_spl_atf.its | 8 ++++----
> 3 files changed, 10 insertions(+), 9 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
But I think the 'Makefile' change should be in a separate patch from
board-specific stuff.
More information about the U-Boot
mailing list