All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: sama5d2_ptc_ek: read environment from FAT
@ 2018-10-23  8:13 Andrei.Stefanescu at microchip.com
  2018-10-23 10:45 ` Eugen.Hristev at microchip.com
  2018-11-02 20:29 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Andrei.Stefanescu at microchip.com @ 2018-10-23  8:13 UTC (permalink / raw)
  To: u-boot

On our demo setup for SD card boot, the u-boot environment
is in a FAT partition.

This patch changes the default configuration, specifing that
the u-boot environment is in a FAT partition instead of raw MMC.

Signed-off-by: Andrei Stefanescu <andrei.stefanescu@microchip.com>
---
 configs/sama5d2_ptc_ek_mmc_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig
index c378465..83d3fb6 100644
--- a/configs/sama5d2_ptc_ek_mmc_defconfig
+++ b/configs/sama5d2_ptc_ek_mmc_defconfig
@@ -30,7 +30,7 @@ CONFIG_CMD_PING=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_OF_CONTROL=y
-CONFIG_ENV_IS_IN_MMC=y
+CONFIG_ENV_IS_IN_FAT=y
 CONFIG_DM=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_CLK=y
-- 
2.7.4

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

* [U-Boot] [PATCH] configs: sama5d2_ptc_ek: read environment from FAT
  2018-10-23  8:13 [U-Boot] [PATCH] configs: sama5d2_ptc_ek: read environment from FAT Andrei.Stefanescu at microchip.com
@ 2018-10-23 10:45 ` Eugen.Hristev at microchip.com
  2018-11-02 20:29 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Eugen.Hristev at microchip.com @ 2018-10-23 10:45 UTC (permalink / raw)
  To: u-boot



On 23.10.2018 11:13, Andrei.Stefanescu at microchip.com wrote:
> On our demo setup for SD card boot, the u-boot environment
> is in a FAT partition.
> 
> This patch changes the default configuration, specifing that
> the u-boot environment is in a FAT partition instead of raw MMC.
> 
> Signed-off-by: Andrei Stefanescu <andrei.stefanescu@microchip.com>
Acked-by: Eugen Hristev <eugen.hristev@microchip.com>

> ---
>   configs/sama5d2_ptc_ek_mmc_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig
> index c378465..83d3fb6 100644
> --- a/configs/sama5d2_ptc_ek_mmc_defconfig
> +++ b/configs/sama5d2_ptc_ek_mmc_defconfig
> @@ -30,7 +30,7 @@ CONFIG_CMD_PING=y
>   CONFIG_CMD_EXT4=y
>   CONFIG_CMD_FAT=y
>   CONFIG_OF_CONTROL=y
> -CONFIG_ENV_IS_IN_MMC=y
> +CONFIG_ENV_IS_IN_FAT=y
>   CONFIG_DM=y
>   CONFIG_SPL_DM_SEQ_ALIAS=y
>   CONFIG_CLK=y
> 

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

* [U-Boot] configs: sama5d2_ptc_ek: read environment from FAT
  2018-10-23  8:13 [U-Boot] [PATCH] configs: sama5d2_ptc_ek: read environment from FAT Andrei.Stefanescu at microchip.com
  2018-10-23 10:45 ` Eugen.Hristev at microchip.com
@ 2018-11-02 20:29 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-11-02 20:29 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 23, 2018 at 08:13:35AM +0000, Andrei.Stefanescu at microchip.com wrote:

> On our demo setup for SD card boot, the u-boot environment
> is in a FAT partition.
> 
> This patch changes the default configuration, specifing that
> the u-boot environment is in a FAT partition instead of raw MMC.
> 
> Signed-off-by: Andrei Stefanescu <andrei.stefanescu@microchip.com>
> Acked-by: Eugen Hristev <eugen.hristev@microchip.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181102/d0ad2c82/attachment.sig>

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

end of thread, other threads:[~2018-11-02 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23  8:13 [U-Boot] [PATCH] configs: sama5d2_ptc_ek: read environment from FAT Andrei.Stefanescu at microchip.com
2018-10-23 10:45 ` Eugen.Hristev at microchip.com
2018-11-02 20:29 ` [U-Boot] " 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.