summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-02 17:16:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-12 22:23:22 +0200
commit95423f8af2ad471a60bf0f98e4fddbfaaf23cef2 (patch)
tree76cd01607b1596e45d5178e20297459879484689 /arch/arm/mach-imx/Makefile
parent6478566b2de99484de1616bde9e5cd142b39265d (diff)
downloadbarebox-95423f8af2ad471a60bf0f98e4fddbfaaf23cef2.tar.gz
barebox-95423f8af2ad471a60bf0f98e4fddbfaaf23cef2.tar.xz
ARM boards: Make boards pbl safe
With pbl support enabled most boards need a pbl-y for their lowlevel stuff. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 2ff537ab89..82a86d74b8 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_IMX_CLKO) += clko.o
obj-$(CONFIG_IMX_IIM) += iim.o
obj-$(CONFIG_NAND_IMX) += nand.o
obj-$(CONFIG_ARCH_IMX_EXTERNAL_BOOT_NAND) += external-nand-boot.o
+pbl-$(CONFIG_ARCH_IMX_EXTERNAL_BOOT_NAND) += external-nand-boot.o
obj-y += speed.o
obj-y += devices.o
obj-y += boot.o