libunwind: update to 1.8.1
[openadk.git] / package / u-boot-h8300 / patches / patch-include_image_h
blobe087a033d2509a82bf97f5b88dbd38571c0b792c
1 --- u-boot-h8300.orig/include/image.h   2022-02-11 13:17:30.000000000 +0100
2 +++ u-boot-h8300/include/image.h        2022-02-13 01:58:23.457168935 +0100
3 @@ -194,9 +194,9 @@ enum {
4         IH_ARCH_ARM64,                  /* ARM64        */
5         IH_ARCH_ARC,                    /* Synopsys DesignWare ARC */
6         IH_ARCH_X86_64,                 /* AMD x86_64, Intel and Via */
7 +       IH_ARCH_H8300,                  /* H8/300 */
8         IH_ARCH_XTENSA,                 /* Xtensa       */
9         IH_ARCH_RISCV,                  /* RISC-V */
10 -       IH_ARCH_H8300,                  /* H8/300 */
11         IH_ARCH_COUNT,
12  };