diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2022-08-15 10:28:12 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-22 10:22:43 +0800 |
commit | 7e4bf4d8debc51810cc3ed2c0d3f0c21d2c41dd5 (patch) | |
tree | bf60a9c6521ef039a33f91e97d7e36e509556588 /arch/arm/boot/dts/Makefile | |
parent | 0fcf85d89de30ad2d9d9836376aacaf329d1b022 (diff) | |
download | lwn-7e4bf4d8debc51810cc3ed2c0d3f0c21d2c41dd5.tar.gz lwn-7e4bf4d8debc51810cc3ed2c0d3f0c21d2c41dd5.zip |
ARM: dts: imx6ul-kontron: Add imx6ull-kontron-bl to Makefile
The imx6ull-kontron-bl.dtb wasn't build as part of the
CONFIG_SOC_IMX6UL option. Add it to the list.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b151133801e8..e49185119b5b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -736,6 +736,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ull-colibri-wifi-iris.dtb \ imx6ull-colibri-wifi-iris-v2.dtb \ imx6ull-jozacp.dtb \ + imx6ull-kontron-bl.dtb \ imx6ull-myir-mys-6ulx-eval.dtb \ imx6ull-opos6uldev.dtb \ imx6ull-phytec-segin-ff-rdk-nand.dtb \ |