From 60abc54cfd549cfaa6f543799943ca3b4fb2938d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Apr 2025 22:59:31 +0200 Subject: Revert "u-boot-h8300: switch to github" This reverts commit 3a3931b139c7c95c4c85967de7e1a091def62cb8. --- package/u-boot-h8300/patches/patch-include_image_h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/u-boot-h8300/patches/patch-include_image_h (limited to 'package/u-boot-h8300/patches/patch-include_image_h') diff --git a/package/u-boot-h8300/patches/patch-include_image_h b/package/u-boot-h8300/patches/patch-include_image_h new file mode 100644 index 000000000..e087a033d --- /dev/null +++ b/package/u-boot-h8300/patches/patch-include_image_h @@ -0,0 +1,13 @@ +--- u-boot-h8300.orig/include/image.h 2022-02-11 13:17:30.000000000 +0100 ++++ u-boot-h8300/include/image.h 2022-02-13 01:58:23.457168935 +0100 +@@ -194,9 +194,9 @@ enum { + IH_ARCH_ARM64, /* ARM64 */ + IH_ARCH_ARC, /* Synopsys DesignWare ARC */ + IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ ++ IH_ARCH_H8300, /* H8/300 */ + IH_ARCH_XTENSA, /* Xtensa */ + IH_ARCH_RISCV, /* RISC-V */ +- IH_ARCH_H8300, /* H8/300 */ + IH_ARCH_COUNT, + }; + -- cgit v1.2.3