Fix addappend patch

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-10-29 12:03:24 +02:00
parent 1abb99241a
commit ad3de44704
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 3 additions and 3 deletions

View File

@ -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},

View File

@ -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