summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch')
-rw-r--r--meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch
index 7e1cd0351..05e9ae9c1 100644
--- a/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch
+++ b/meta-openbmc-mods/meta-ast2500/recipes-bsp/u-boot/files/CVE-2020-10648/0001-image-Correct-comment-for-fit_conf_get_node.patch
@@ -1,4 +1,4 @@
-From 07867a17f8ed7ca621107550e218b1c916b9cc19 Mon Sep 17 00:00:00 2001
+From 6455ab0f57e2a64f4952c6a1cefca1891d582139 Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Tue, 31 Mar 2020 18:43:55 +0200
Subject: [PATCH] image: Correct comment for fit_conf_get_node()
@@ -8,13 +8,14 @@ header file. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
+
---
common/image-fit.c | 18 ------------------
include/image.h | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/common/image-fit.c b/common/image-fit.c
-index 6f920da22043..f31e93a36441 100644
+index 6f920da220..f31e93a364 100644
--- a/common/image-fit.c
+++ b/common/image-fit.c
@@ -1375,24 +1375,6 @@ int fit_conf_find_compat(const void *fit, const void *fdt)
@@ -43,7 +44,7 @@ index 6f920da22043..f31e93a36441 100644
{
int noffset, confs_noffset;
diff --git a/include/image.h b/include/image.h
-index a16187f874db..b05e8552cc5b 100644
+index a16187f874..b05e8552cc 100644
--- a/include/image.h
+++ b/include/image.h
@@ -908,6 +908,25 @@ int fit_image_check_comp(const void *fit, int noffset, uint8_t comp);
@@ -72,6 +73,3 @@ index a16187f874db..b05e8552cc5b 100644
int fit_conf_get_node(const void *fit, const char *conf_uname);
/**
---
-2.17.1
-