diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-29 10:39:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-29 10:39:18 -0400 |
commit | 6864fc8704661878294d1f0f981f47e864ef470f (patch) | |
tree | 4b1f116a26cfdded81f80b665a2d92375af6f74e /arch/arm/dts/Makefile | |
parent | 5bec37eb72bdb43d683593148f4911f1e1f34980 (diff) | |
parent | 836f1ce6c772ef5d1c545edec62bb177708fc150 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
- rmobile gen2/gen3 DTS sync and defconfig consolidation
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index af7d804b66..ed47fff571 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -748,11 +748,11 @@ dtb-$(CONFIG_RCAR_GEN2) += \ r8a7794-silk-u-boot.dtb dtb-$(CONFIG_RCAR_GEN3) += \ - r8a7795-h3ulcb-u-boot.dtb \ - r8a7795-salvator-x-u-boot.dtb \ - r8a7796-m3ulcb-u-boot.dtb \ - r8a7796-salvator-x-u-boot.dtb \ - r8a77965-m3nulcb-u-boot.dtb \ + r8a77950-ulcb-u-boot.dtb \ + r8a77950-salvator-x-u-boot.dtb \ + r8a77960-ulcb-u-boot.dtb \ + r8a77960-salvator-x-u-boot.dtb \ + r8a77965-ulcb-u-boot.dtb \ r8a77965-salvator-x-u-boot.dtb \ r8a77970-eagle-u-boot.dtb \ r8a77980-condor-u-boot.dtb \ |