diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2013-08-28 08:33:45 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:29 -0400 |
commit | 9e24d83c1f34dd619192533a760de0df49a08351 (patch) | |
tree | db54e4013760a70aefc0a65005376f536a3cb87b /arch | |
parent | 8a615188b787407c7ee3f4e632ab71a3b06e3420 (diff) |
ENGR00269945: ARM: imx6: remove sabresd hdcp dtb targets
The commit fc52e42 (ENGR00269945: ARM: imx6: remove sabresd hdcp dts
files) removes dts but leaves dtb targets in Makefile. This causes
build issue with 'make ARCH=arm dtbs'. Remove the dead targets.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 9f7e6caac4b2..24f146b48360 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -115,13 +115,11 @@ dtb-$(CONFIG_ARCH_MXC) += \ | |||
115 | imx53-smd.dtb \ | 115 | imx53-smd.dtb \ |
116 | imx6dl-sabreauto.dtb \ | 116 | imx6dl-sabreauto.dtb \ |
117 | imx6dl-sabresd.dtb \ | 117 | imx6dl-sabresd.dtb \ |
118 | imx6dl-sabresd-hdcp.dtb \ | ||
119 | imx6dl-wandboard.dtb \ | 118 | imx6dl-wandboard.dtb \ |
120 | imx6q-arm2.dtb \ | 119 | imx6q-arm2.dtb \ |
121 | imx6q-sabreauto.dtb \ | 120 | imx6q-sabreauto.dtb \ |
122 | imx6q-sabrelite.dtb \ | 121 | imx6q-sabrelite.dtb \ |
123 | imx6q-sabresd.dtb \ | 122 | imx6q-sabresd.dtb \ |
124 | imx6q-sabresd-hdcp.dtb \ | ||
125 | imx6q-sbc6x.dtb \ | 123 | imx6q-sbc6x.dtb \ |
126 | imx6sl-evk.dtb \ | 124 | imx6sl-evk.dtb \ |
127 | vf610-twr.dtb | 125 | vf610-twr.dtb |