diff options
author | 2021-10-07 22:35:27 +0100 | |
---|---|---|
committer | 2021-10-07 22:35:27 +0100 | |
commit | 5fe7bd5a37ff0d77936f8e38313db5da2dd53f70 (patch) | |
tree | 5012e70d0993aa23466e06012d2bfb98ba04aa29 /scripts/sorttable.c | |
parent | spi: fsi: Print status on error (diff) | |
parent | spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround (diff) | |
download | wireguard-linux-5fe7bd5a37ff0d77936f8e38313db5da2dd53f70.tar.xz wireguard-linux-5fe7bd5a37ff0d77936f8e38313db5da2dd53f70.zip |
Merge branch 'spi-5.15' into spi-5.16
Diffstat (limited to 'scripts/sorttable.c')
-rw-r--r-- | scripts/sorttable.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/sorttable.c b/scripts/sorttable.c index f355869c65cd..6ee4fa882919 100644 --- a/scripts/sorttable.c +++ b/scripts/sorttable.c @@ -54,6 +54,10 @@ #define EM_ARCV2 195 #endif +#ifndef EM_RISCV +#define EM_RISCV 243 +#endif + static uint32_t (*r)(const uint32_t *); static uint16_t (*r2)(const uint16_t *); static uint64_t (*r8)(const uint64_t *); |