From: Christian Melki <christian.melki@t2data.com>
To: barebox@lists.infradead.org
Subject: [PATCH] barebox_imd: Add IMD sections to mpc-85xx.
Date: Fri, 26 Jan 2024 08:52:31 +0100 [thread overview]
Message-ID: <20240126075231.1285729-1-christian.melki@t2data.com> (raw)
Seems PowerPC in general is missing the IMD sections.
Placement might be suboptimal, please correct if so.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
arch/powerpc/mach-mpc85xx/barebox.lds.S | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/mach-mpc85xx/barebox.lds.S b/arch/powerpc/mach-mpc85xx/barebox.lds.S
index 764854a860..6e348d4db3 100644
--- a/arch/powerpc/mach-mpc85xx/barebox.lds.S
+++ b/arch/powerpc/mach-mpc85xx/barebox.lds.S
@@ -68,6 +68,8 @@ SECTIONS
PROVIDE (etext = .);
_sdata = .;
+ .barebox_imd : { BAREBOX_IMD }
+
.rodata :
{
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
--
2.34.1
next reply other threads:[~2024-01-26 7:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 7:52 Christian Melki [this message]
2024-01-26 14:45 ` Ahmad Fatoum
2024-01-29 10:19 ` Sascha Hauer
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=20240126075231.1285729-1-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--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