All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
@ 2025-04-29 12:08 Daniel Schultz
  2025-04-29 12:31 ` Mattijs Korpershoek
  2025-05-05 23:35 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Schultz @ 2025-04-29 12:08 UTC (permalink / raw)
  To: w.egorov, trini, u-boot; +Cc: mkorpershoek, anshuld, upstream, Daniel Schultz

This config was defined with the default value of 8 MiB. However,
the default value is different when CONFIG_ARM64 is enabled and
should be 64 MiB.

Remove this config from the A53 defconfig and use the correct
default config.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 configs/phycore_am62x_a53_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
index 4ad399893ff..c52a2f76200 100644
--- a/configs/phycore_am62x_a53_defconfig
+++ b/configs/phycore_am62x_a53_defconfig
@@ -28,7 +28,6 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
 CONFIG_SPL_BSS_START_ADDR=0x80c80000
 CONFIG_SPL_BSS_MAX_SIZE=0x80000
 CONFIG_SPL_STACK_R=y
-CONFIG_SYS_BOOTM_LEN=0x800000
 CONFIG_SPL_SIZE_LIMIT=0x80000
 CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x800
 CONFIG_ENV_OFFSET_REDUND=0x6c0000
-- 
2.25.1


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

* Re: [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
  2025-04-29 12:08 [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN Daniel Schultz
@ 2025-04-29 12:31 ` Mattijs Korpershoek
  2025-05-05 23:35 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2025-04-29 12:31 UTC (permalink / raw)
  To: Daniel Schultz, w.egorov, trini, u-boot
  Cc: mkorpershoek, anshuld, upstream, Daniel Schultz

Hi Daniel,

Thank you for the patch.

On mar., avril 29, 2025 at 05:08, Daniel Schultz <d.schultz@phytec.de> wrote:

> This config was defined with the default value of 8 MiB. However,
> the default value is different when CONFIG_ARM64 is enabled and
> should be 64 MiB.
>
> Remove this config from the A53 defconfig and use the correct
> default config.
>
> Signed-off-by: Daniel Schultz <d.schultz@phytec.de>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>

> ---
>  configs/phycore_am62x_a53_defconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
> index 4ad399893ff..c52a2f76200 100644
> --- a/configs/phycore_am62x_a53_defconfig
> +++ b/configs/phycore_am62x_a53_defconfig
> @@ -28,7 +28,6 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
>  CONFIG_SPL_BSS_START_ADDR=0x80c80000
>  CONFIG_SPL_BSS_MAX_SIZE=0x80000
>  CONFIG_SPL_STACK_R=y
> -CONFIG_SYS_BOOTM_LEN=0x800000
>  CONFIG_SPL_SIZE_LIMIT=0x80000
>  CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x800
>  CONFIG_ENV_OFFSET_REDUND=0x6c0000
> -- 
> 2.25.1

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

* Re: [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
  2025-04-29 12:08 [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN Daniel Schultz
  2025-04-29 12:31 ` Mattijs Korpershoek
@ 2025-05-05 23:35 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-05-05 23:35 UTC (permalink / raw)
  To: w.egorov, u-boot, Daniel Schultz; +Cc: mkorpershoek, anshuld, upstream

On Tue, 29 Apr 2025 05:08:18 -0700, Daniel Schultz wrote:

> This config was defined with the default value of 8 MiB. However,
> the default value is different when CONFIG_ARM64 is enabled and
> should be 64 MiB.
> 
> Remove this config from the A53 defconfig and use the correct
> default config.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
      commit: 1750ba44d573b9e7de3b2b24205cc80ba5872292
-- 
Tom



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

end of thread, other threads:[~2025-05-05 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29 12:08 [PATCH] configs: phycore_am62x_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN Daniel Schultz
2025-04-29 12:31 ` Mattijs Korpershoek
2025-05-05 23:35 ` Tom Rini

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.