]> git.dujemihanovic.xyz Git - u-boot.git/commit
kbuild: Allow DTB overlays to built into .dtbo.S files
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 10 Jul 2024 07:16:09 +0000 (09:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2024 19:51:06 +0000 (13:51 -0600)
commit06518fdf24e5fdf3561eb66c00bd8946cf5b0e58
treebb41aa83832850287869e59df35d44cf419867d7
parent3b7653db7b638c6033ad24f87325a6b4a4895dee
kbuild: Allow DTB overlays to built into .dtbo.S files

[linux commit 941214a512d8, modified for U-Boot by removing the
include of vmlinux.lds.h and replacing STRUCT_ALIGNMENT by 16.]

DTB files can be built into the kernel by converting them to assembly
files then assembling them into object files. We extend this here
for DTB overlays with the .dtso extensions.

We change the start and end delimiting tag prefix to make it clear that
this data came from overlay files.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
scripts/Makefile.lib