Message ID | 20200519123927.13876-3-marek.vasut+renesas@gmail.com |
---|---|
State | New |
Headers | show |
Series | [V2,1/5] libfdt: Export overlay_apply_node() as fdt_overlay_apply_node() | expand |
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index ca663a86f2..480ef4c4b2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -766,6 +766,10 @@ dtb-$(CONFIG_RCAR_GEN3) += \ r8a77990-ebisu-u-boot.dtb \ r8a77995-draak-u-boot.dtb +ifdef CONFIG_RCAR_GEN3 +DTC_FLAGS += -R 4 -p 0x1000 +endif + dtb-$(CONFIG_RZA1) += \ r7s72100-gr-peach-u-boot.dtb