On Wed, Jan 24, 2018 at 08:47:09PM +0300, Alexey Brodkin wrote:

> Only ARM and in some configs MIPS really implement arch_fixup_fdt().
> Others just use the same boilerplate which is not good by itself,
> but what's worse if we try to build with disabled CONFIG_CMD_BOOTM
> and enabled CONFIG_OF_LIBFDT we'll hit an unknown symbol which was
> apparently implemented in arch/xxx/lib/bootm.c.
> 
> Now with weak arch_fixup_fdt() right in image-fdt.c where it is
> used we get both items highlighted above fixed.
> 
> Signed-off-by: Alexey Brodkin <abrod...@synopsys.com>
> Cc: Daniel Schwierzeck <daniel.schwierz...@gmail.com>
> Cc: Simon Glass <s...@chromium.org>
> Cc: York Sun <york....@nxp.com>
> Cc: Stefan Roese <s...@denx.de>

Reviewed-by: Tom Rini <tr...@konsulko.com>

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to