[PATCH u-boot 2/2] Makefile: Build working u-boot-dtb.bin target also for mpc85xx

Pali Rohár pali at kernel.org
Fri Dec 30 16:24:43 CET 2022


On Friday 30 December 2022 10:21:04 Tom Rini wrote:
> > In this case it would be better to build u-boot-dts.bin only by binman
> > (for all platforms) instead of cat-ing rules in Makefile.
> 
> This would also be an easier path forward perhaps for making sure that
> the dtb is always 8 byte aligned?

Well, no. With DTB the problem is that it is not put to the correct
offset as can be specified in linker script. So moving this code from
Makefile to binman also moves this problem to another location.
8 byte alignment is just subset of the "correct offset" problem.


More information about the U-Boot mailing list