diff options
author | Tony Lindgren <tony@atomide.com> | 2015-12-22 16:00:28 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-22 16:00:28 -0800 |
commit | 124bfc66c5a7097de99987110a215f45e0e1fcd7 (patch) | |
tree | d668a3fc2aee1957f3359ebe9efdbee96fd958b9 /arch/arm/boot/dts/Makefile | |
parent | c46ab06101fdd3dcc5355f61e604c5d954cc263c (diff) | |
download | lwn-124bfc66c5a7097de99987110a215f45e0e1fcd7.tar.gz lwn-124bfc66c5a7097de99987110a215f45e0e1fcd7.zip |
ARM: dts: Add minimal dra62x j5-eco evm support
This allows us to boot dra62x j5-eco evm with NFSroot.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 30bbc3746130..aa237cf14b52 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -452,7 +452,8 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ dtb-$(CONFIG_SOC_TI81XX) += \ dm8148-evm.dtb \ dm8148-t410.dtb \ - dm8168-evm.dtb + dm8168-evm.dtb \ + dra62x-j5eco-evm.dtb dtb-$(CONFIG_SOC_AM33XX) += \ am335x-baltos-ir5221.dtb \ am335x-base0033.dtb \ |