Re: [U-Boot] [PATCH] fdt: Implement weak arch_fixup_fdt()

2018-01-25 Thread Daniel Schwierzeck
On 24.01.2018 18:47, 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 un

Re: [U-Boot] [PATCH] fdt: Implement weak arch_fixup_fdt()

2018-01-24 Thread Tom Rini
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_LI

[U-Boot] [PATCH] fdt: Implement weak arch_fixup_fdt()

2018-01-24 Thread Alexey Brodkin
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