We copy a pre built u-boot environment image to our target, generated by
this additional tool. In current linux distributions it's not easily
available, but u-boot-tools is built in ptxdist anyway, so we can use it
from here and create our binary image with it.

Signed-off-by: Alexander Dahl <p...@lespocky.de>
---
 rules/host-u-boot-tools.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/host-u-boot-tools.make b/rules/host-u-boot-tools.make
index 57c9629..8783ef6 100644
--- a/rules/host-u-boot-tools.make
+++ b/rules/host-u-boot-tools.make
@@ -27,6 +27,7 @@ HOST_U_BOOT_TOOLS_MAKE_OPT    := sandbox_config tools-only
 
 HOST_U_BOOT_TOOLS_PROGS := \
        fit_check_sign \
+       mkenvimage \
        mkimage
 
 $(STATEDIR)/host-u-boot-tools.install:
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to