diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-04 18:20:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-04 18:20:55 +0200 |
commit | 3a3931b139c7c95c4c85967de7e1a091def62cb8 (patch) | |
tree | 0d5561e7c24565a5da9e22e90ba3163cb2409ea8 /package/u-boot-h8300/patches/patch-include_image_h | |
parent | 2d56aca3e8422c5276d6c8860adb52cccbf33b13 (diff) |
u-boot-h8300: switch to github
Diffstat (limited to 'package/u-boot-h8300/patches/patch-include_image_h')
-rw-r--r-- | package/u-boot-h8300/patches/patch-include_image_h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/u-boot-h8300/patches/patch-include_image_h b/package/u-boot-h8300/patches/patch-include_image_h deleted file mode 100644 index e087a033d..000000000 --- a/package/u-boot-h8300/patches/patch-include_image_h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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, - }; - |