diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
commit | 2fa581ba910368d0f7f995fb906d6c5e4218b594 (patch) | |
tree | fdbb131099e601f1500908398db119d7f2050225 /arch/arm/dts/Makefile | |
parent | b0b13f4114d30b6756e0f6f3b5819d78de22541e (diff) | |
parent | 56f01746ab5c6950bd0f76d02252ee4450f86659 (diff) | |
download | u-boot-2fa581ba910368d0f7f995fb906d6c5e4218b594.tar.gz |
Merge git://git.denx.de/u-boot-shWIP/21May2020
- Enable -ffunction-sections / -fdata-sections --gc-sections to SH
- RCar Gen3 updates
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 2404eaa5ee..12ec6c71dc 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -777,6 +777,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 |