[meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] imx7s-warp: Does not include u-boot on image

Daiane Angolini daiane.angolini at nxp.com
Mon Aug 8 10:30:39 PDT 2016


It does not include u-boot binary on the image but builds it so user
can have the u-boot if an update is needed.

Signed-off-by: Daiane Angolini <daiane.angolini at nxp.com>
---
 conf/machine/imx7s-warp.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 18a5954..6b0b50e 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -7,6 +7,14 @@
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa7.inc
 
+# WaRP uses eMMC boot partition by default and the u-boot inside .sdcard image
+# does not override it. However, build u-boot binary anyway in order to provide
+# a binary to be used if an update is needed.
+# See how-to override eMMC boot partition on the following link
+# http://git.denx.de/?p=u-boot.git;a=blob;f=board/warp7/README
+IMAGE_BOOTLOADER ?= ""
+EXTRA_IMAGEDEPENDS += "u-boot"
+
 MACHINE_FEATURES += " wifi bluetooth"
 
 SOC_FAMILY = "mx7:mx7d"
-- 
2.7.4



More information about the meta-freescale mailing list