<div dir="ltr">
In my test, 
DTC_FLAGS in arch/powerpc/boot/Makefile is not to work,I will send V2 to removing it.

</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Michael Ellerman <<a href="mailto:mpe@ellerman.id.au">mpe@ellerman.id.au</a>> 于2021年4月7日周三 下午7:27写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Youlin Song <<a href="mailto:syl.loop@gmail.com" target="_blank">syl.loop@gmail.com</a>> writes:<br>
> I wanted to build the fsl dts in my machine and found that<br>
> the dtb have not extra space,so uboot will cause about<br>
> FDT_ERR_NOSPACE issue.<br>
><br>
> Signed-off-by: Youlin Song <<a href="mailto:syl.loop@gmail.com" target="_blank">syl.loop@gmail.com</a>><br>
> ---<br>
>  arch/powerpc/boot/dts/Makefile | 1 +<br>
>  1 file changed, 1 insertion(+)<br>
><br>
> diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile<br>
> index fb335d05aae8..c21165c0cd76 100644<br>
> --- a/arch/powerpc/boot/dts/Makefile<br>
> +++ b/arch/powerpc/boot/dts/Makefile<br>
> @@ -2,5 +2,6 @@<br>
>  <br>
>  subdir-y += fsl<br>
>  <br>
> +DTC_FLAGS   ?= -p 1024<br>
>  dtstree              := $(srctree)/$(src)<br>
>  dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))<br>
<br>
I guess that was missed in 1acf1cf8638a ("powerpc: build .dtb files in dts directory").<br>
<br>
Which I think means the assignment to DTC_FLAGS in<br>
arch/powerpc/boot/Makefile is not needed anymore.<br>
<br>
Can you send a v2 removing that assignment and explaining that's what<br>
happened?<br>
<br>
cheers<br>
</blockquote></div>