mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZE
@ 2020-01-15 11:28 Antony Pavlov
  2020-01-16  8:35 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2020-01-15 11:28 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

The commit 28ed10d6a67c9 ("MIPS: relocation: add relocation support")
introduce the Kconfig CONFIG_MIPS_RELOCATION_TABLE_SIZE parameter
but it is never used.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/lib/barebox.lds.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index e96c3bf6e2..693a778980 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -54,7 +54,7 @@ SECTIONS
 	.data.reloc : {
 		__rel_start = .;
 		BYTE(0x0)
-		. += (32 * 1024) - 1;
+		. += CONFIG_MIPS_RELOCATION_TABLE_SIZE - 1;
 	}
 
 	_end = .;
-- 
2.24.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZE
  2020-01-15 11:28 [PATCH] MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZE Antony Pavlov
@ 2020-01-16  8:35 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-01-16  8:35 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox, Oleksij Rempel

On Wed, Jan 15, 2020 at 02:28:28PM +0300, Antony Pavlov wrote:
> The commit 28ed10d6a67c9 ("MIPS: relocation: add relocation support")
> introduce the Kconfig CONFIG_MIPS_RELOCATION_TABLE_SIZE parameter
> but it is never used.
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  arch/mips/lib/barebox.lds.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-16  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 11:28 [PATCH] MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZE Antony Pavlov
2020-01-16  8:35 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox