From ad3de44704209e10acf474ac1c0f7f74d9d02051 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 29 Oct 2019 12:03:24 +0200 Subject: [PATCH] Fix addappend patch Signed-off-by: David Abdurachmanov --- uboot-addappend.patch | 4 ++-- uboot-tools.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uboot-addappend.patch b/uboot-addappend.patch index c6010c9..c14a1ca 100644 --- a/uboot-addappend.patch +++ b/uboot-addappend.patch @@ -1,5 +1,5 @@ diff --git a/cmd/pxe.c b/cmd/pxe.c -index 2059975446..213a15b64e 100644 +index 2059975446..d2aa7086cf 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -467,6 +467,7 @@ static int get_relfile_envaddr(cmd_tbl_t *cmdtp, const char *file_path, const ch @@ -128,7 +128,7 @@ index 2059975446..213a15b64e 100644 {"linux", T_LINUX}, {"localboot", T_LOCALBOOT}, {"append", T_APPEND}, -+ {"addappend", T_APPEND}, ++ {"addappend", T_ADDAPPEND}, {"initrd", T_INITRD}, {"include", T_INCLUDE}, {"devicetree", T_FDT}, diff --git a/uboot-tools.spec b/uboot-tools.spec index ce19b71..3f8eb38 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2019.10 -Release: 2%{?candidate:.%{candidate}}.2.riscv64%{?dist} +Release: 2%{?candidate:.%{candidate}}.3.riscv64%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot