Skip to content

Commit

Permalink
olimex-imx8mp-evb: Adjust u-boot-imx patch
Browse files Browse the repository at this point in the history
Adjust patch 0002-Integration-of-Mender-boot-code-into-U-Boot.patch
for u-boot-imx and machine Olimex iMX8MP-SOM-EVB-IND to the tag
lf-6.6.23-2.0.0, that is used in the NXP BSP LF6.6.23_2.0.0.

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi authored and TheYoctoJester committed Nov 8, 2024
1 parent 688aec2 commit 2985593
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ca210db3a1b480f438eecf6ad6fcd911fefdbb2c Mon Sep 17 00:00:00 2001
From a6b7e8b0f8ec0a98a6437807e7e057a1f9bc3651 Mon Sep 17 00:00:00 2001
From: Marcin Pasinski <[email protected]>
Date: Wed, 31 Jan 2018 18:10:04 +0100
Subject: [PATCH] Integration of Mender boot code into U-Boot.
Expand All @@ -15,19 +15,19 @@ Signed-off-by: Leon Anavi <[email protected]>
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/env_default.h b/include/env_default.h
index c0df39d62f9..e180612c0d2 100644
index 2ca4a087d3b..7db7be7b6ac 100644
--- a/include/env_default.h
+++ b/include/env_default.h
@@ -14,6 +14,8 @@
@@ -12,6 +12,8 @@

#include <generated/environment.h>
#endif

+#include <env_mender.h>
+
#ifdef DEFAULT_ENV_INSTANCE_EMBEDDED
env_t embedded_environment __UBOOT_ENV_SECTION__(environment) = {
ENV_CRC, /* CRC Sum */
@@ -28,6 +30,7 @@ char default_environment[] = {
@@ -26,6 +28,7 @@ char default_environment[] = {
#else
const char default_environment[] = {
#endif
Expand All @@ -49,3 +49,6 @@ index 0ade91642ae..c653f1afaa1 100644
endef

include/config.h: scripts/Makefile.autoconf create_symlink FORCE
--
2.44.1

0 comments on commit 2985593

Please sign in to comment.