All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD
@ 2021-01-18 21:28 Dario Binacchi
  2021-02-01  5:20 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2021-01-18 21:28 UTC (permalink / raw)
  To: u-boot

With commit 38d6b7ebdaee ("spl: Drop bd_info in the data section") you
need to enable this option to boot from mmc.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 configs/am335x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index eb5a299bbc..c4d3bd0c44 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -13,6 +13,7 @@ CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run f
 CONFIG_LOGLEVEL=3
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_ARCH_MISC_INIT=y
+CONFIG_SPL_ALLOC_BD=y
 CONFIG_SPL_FIT_IMAGE_TINY=y
 CONFIG_SPL_ETH_SUPPORT=y
 # CONFIG_SPL_FS_EXT4 is not set
-- 
2.17.1

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

* [PATCH] configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD
  2021-01-18 21:28 [PATCH] configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD Dario Binacchi
@ 2021-02-01  5:20 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2021-02-01  5:20 UTC (permalink / raw)
  To: u-boot



On 19/01/21 2:58 am, Dario Binacchi wrote:
> With commit 38d6b7ebdaee ("spl: Drop bd_info in the data section") you
> need to enable this option to boot from mmc.
> 
> Signed-off-by: Dario Binacchi <dariobin@libero.it>

Applied to u-boot-ti/for-rc

Thanks and regards,
Lokesh

> ---
> 
>  configs/am335x_evm_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
> index eb5a299bbc..c4d3bd0c44 100644
> --- a/configs/am335x_evm_defconfig
> +++ b/configs/am335x_evm_defconfig
> @@ -13,6 +13,7 @@ CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run f
>  CONFIG_LOGLEVEL=3
>  CONFIG_SYS_CONSOLE_INFO_QUIET=y
>  CONFIG_ARCH_MISC_INIT=y
> +CONFIG_SPL_ALLOC_BD=y
>  CONFIG_SPL_FIT_IMAGE_TINY=y
>  CONFIG_SPL_ETH_SUPPORT=y
>  # CONFIG_SPL_FS_EXT4 is not set
> 

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

end of thread, other threads:[~2021-02-01  5:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 21:28 [PATCH] configs: am335x_evm: enable CONFIG_SPL_ALLOC_BD Dario Binacchi
2021-02-01  5:20 ` Lokesh Vutla

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.