diff options
author | Stefan Riedmueller <s.riedmueller@phytec.de> | 2019-07-09 10:19:19 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-07-23 08:38:22 +0300 |
commit | e37816bf9114ee1604a1511f7b4155b753ab36b9 (patch) | |
tree | 07029720bed6c60c0e2c7995a683e054283d592b /arch/arm/boot/dts/Makefile | |
parent | 591c175076d71e58b9337385afe36a5ab0cf9e06 (diff) | |
download | linux-e37816bf9114ee1604a1511f7b4155b753ab36b9.tar.xz |
ARM: dts: imx6ul: segin: Add boot media to dts filename
There is now a PHYTEC phyCORE-i.MX 6UL with eMMC instead of NAND flash
available. The dts filename needs to reflect that to differentiate both.
Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7dd2d78c2fc4..2d6b2bf782e2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -573,7 +573,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ul-opos6uldev.dtb \ imx6ul-pico-hobbit.dtb \ imx6ul-pico-pi.dtb \ - imx6ul-phytec-segin-ff-rdk.dtb \ + imx6ul-phytec-segin-ff-rdk-nand.dtb \ imx6ul-tx6ul-0010.dtb \ imx6ul-tx6ul-0011.dtb \ imx6ul-tx6ul-mainboard.dtb \ |