Skip to content

Commit

Permalink
ARM: dts: fix imx27 dtb build rule
Browse files Browse the repository at this point in the history
The i.MX27 dtb build should be controlled by CONFIG_SOC_IMX27 rather
than CONFIG_SOC_IMX31.

Signed-off-by: Shawn Guo <[email protected]>
Fixes: cb61239 ("ARM: dts: Only build dtb if associated Arch and/or SoC is enabled")
Cc: <[email protected]>
  • Loading branch information
shawnguo2 committed May 19, 2015
1 parent a29ef81 commit e46b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ dtb-$(CONFIG_SOC_IMX25) += \
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb \
imx25-karo-tx25.dtb \
imx25-pdk.dtb
dtb-$(CONFIG_SOC_IMX31) += \
dtb-$(CONFIG_SOC_IMX27) += \
imx27-apf27.dtb \
imx27-apf27dev.dtb \
imx27-eukrea-mbimxsd27-baseboard.dtb \
Expand Down

0 comments on commit e46b5a6

Please sign in to comment.