diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-07 07:56:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-07 07:56:07 -0500 |
commit | 6de63bd38b553f417b38701b141335a60c1d349e (patch) | |
tree | 1b4cd87fb222967e2be85eddf2daffff5cdf81b9 /arch/arm/dts/Makefile | |
parent | d332cd59f7f1666e492eccdfdb0263c9cd85fc93 (diff) | |
parent | 6cc8b5db40b4d5fc23086a5116bdf1f0a3d3265a (diff) | |
download | u-boot-6de63bd38b553f417b38701b141335a60c1d349e.tar.gz u-boot-6de63bd38b553f417b38701b141335a60c1d349e.tar.bz2 u-boot-6de63bd38b553f417b38701b141335a60c1d349e.zip |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5) (Chris)
- Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb (Pali)
- armada: dts: Add clock to armada-ap80x uart1 (Hamish)
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 791838733c..b52077cddc 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -278,7 +278,8 @@ dtb-$(CONFIG_ARCH_MVEBU) += \ cn9132-db-A.dtb \ cn9132-db-B.dtb \ cn9130-crb-A.dtb \ - cn9130-crb-B.dtb + cn9130-crb-B.dtb \ + ac5-98dx35xx-rd.dtb endif dtb-$(CONFIG_ARCH_SYNQUACER) += synquacer-sc2a11-developerbox.dtb |