From: Oleksij Rempel <linux@rempel-privat.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <linux@rempel-privat.de>
Subject: [PATCH v2 2/4] elf: add missing elf32_shdr
Date: Fri, 7 Jun 2019 09:32:08 +0200 [thread overview]
Message-ID: <20190607073210.13915-2-linux@rempel-privat.de> (raw)
In-Reply-To: <20190607073210.13915-1-linux@rempel-privat.de>
needed for remoteproc port
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
include/elf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/elf.h b/include/elf.h
index 92c8d9c12..e1deb3fe0 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -286,7 +286,7 @@ typedef struct elf64_phdr {
#define SHN_COMMON 0xfff2
#define SHN_HIRESERVE 0xffff
-typedef struct {
+typedef struct elf32_shdr {
Elf32_Word sh_name;
Elf32_Word sh_type;
Elf32_Word sh_flags;
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2019-06-07 7:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 7:32 [PATCH v2 1/4] add syscon_regmap_lookup_by_phandle() support Oleksij Rempel
2019-06-07 7:32 ` Oleksij Rempel [this message]
2019-06-07 7:32 ` [PATCH v2 3/4] of: base: don't try to read cells_name property if no cells_name set Oleksij Rempel
2019-06-07 7:32 ` [PATCH v2 4/4] port reduced version of remoteproc framework from linux Oleksij Rempel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190607073210.13915-2-linux@rempel-privat.de \
--to=linux@rempel-privat.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox