-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #416 from leon-anavi/scarthgap-olimex-imx8mp-lf-6.…
…6.23-2.0.0 olimex-imx8mp-evb: Adjust u-boot-imx patch
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 | ||
|
@@ -49,3 +49,6 @@ index 0ade91642ae..c653f1afaa1 100644 | |
endef | ||
|
||
include/config.h: scripts/Makefile.autoconf create_symlink FORCE | ||
-- | ||
2.44.1 | ||
|