The WaRP7 board shipped today does not have the boot partition configured
as read only, the contrary of what were expected when I sent this patch.

Because of that, this patch reverts commit 
954548d649cd28e1251844eb62632c25bfdc7d4f.

For detail on how to lock/unlock the boot partition:
https://github.com/WaRP7/WaRP7-User-Guide/blob/v1.1/04-Chapter/U-boot.adoc#boot-partition

Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com>
---
 conf/machine/imx7s-warp.conf | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index b7b77e2..666d6b5 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -9,14 +9,6 @@ MACHINEOVERRIDES =. "mx7:mx7d:"
 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"
 
 KERNEL_DEVICETREE = "imx7s-warp.dtb"
-- 
2.7.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to