summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2014-06-26 18:22:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-26 18:53:21 +0200
commit15d225d3ed05a5a1e4aad80dde99dfb4e03d319e (patch)
tree65f35b22ab1c5b9b0874a87c157f6940be9e5a94 /platforms
parent5986fadff7e4410fd470d4452bb1aeab232b831e (diff)
downloadptxdist-15d225d3ed05a5a1e4aad80dde99dfb4e03d319e.tar.gz
ptxdist-15d225d3ed05a5a1e4aad80dde99dfb4e03d319e.tar.xz
u-boot: add config option for imx images
For i.MX SOC the U-Boot build system generates imx-images containing the DCD structure used by the ROM loader. This patch provides a config option and install rules for this type of images. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index d31892368..38684a03a 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -68,5 +68,12 @@ config U_BOOT_INSTALL_U_BOOT_IMG
endif
+config U_BOOT_INSTALL_U_BOOT_IMX
+ prompt "install u-boot.imx"
+ bool
+ help
+ Installing the U-Boot image with imx header (u-boot.imx) into platform
+ image directory. Say yes if you are building for freescale i.MX SOC
+
endif