All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS
@ 2022-10-28 12:46 Stefan Roese
  2022-11-02 21:09 ` Daniel Schwierzeck
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2022-10-28 12:46 UTC (permalink / raw)
  To: u-boot; +Cc: Ruben Winters, Weijie Gao, Daniel Schwierzeck, Tom Rini

It was noticed that while converting CONFIG_SPL_PAD_TO to Kconfig its
value for the MIPS MT762x/8x targets got not ported correctly. Its
default is not 0x10000 instead of 0x0. This patch fixes this issue.

Fixes: ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig")
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ruben Winters <Ruben.Winters@gooiland-elektro.nl>
Cc: Weijie Gao <weijie.gao@mediatek.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
---
 common/spl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index b738c749fff4..05181bdba3e1 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -98,6 +98,7 @@ config SPL_PAD_TO
 	default 0x11000 if ARCH_MX7 || (ARCH_MX6 && !MX6_OCRAM_256KB)
 	default 0x10000 if ARCH_KEYSTONE
 	default 0x8000 if ARCH_SUNXI && !MACH_SUN50I_H616
+	default 0x0 if ARCH_MTMIPS
 	default TPL_MAX_SIZE if TPL_MAX_SIZE > SPL_MAX_SIZE
 	default SPL_MAX_SIZE
 	help
-- 
2.38.1


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

* Re: [PATCH] mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS
  2022-10-28 12:46 [PATCH] mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS Stefan Roese
@ 2022-11-02 21:09 ` Daniel Schwierzeck
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Schwierzeck @ 2022-11-02 21:09 UTC (permalink / raw)
  To: Stefan Roese, u-boot; +Cc: Ruben Winters, Weijie Gao, Tom Rini



On 10/28/22 14:46, Stefan Roese wrote:
> It was noticed that while converting CONFIG_SPL_PAD_TO to Kconfig its
> value for the MIPS MT762x/8x targets got not ported correctly. Its
> default is not 0x10000 instead of 0x0. This patch fixes this issue.
> 
> Fixes: ca8a329a1b7f ("Convert CONFIG_SPL_PAD_TO et al to Kconfig")
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Ruben Winters <Ruben.Winters@gooiland-elektro.nl>
> Cc: Weijie Gao <weijie.gao@mediatek.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> Cc: Tom Rini <trini@konsulko.com>
> ---
>   common/spl/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 

applied to u-boot-mips, thanks

-- 
- Daniel

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

end of thread, other threads:[~2022-11-02 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 12:46 [PATCH] mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS Stefan Roese
2022-11-02 21:09 ` Daniel Schwierzeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.