All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mpc85xx] powerpc: mpc85xx: Fix check for CONFIG_SDCARD
@ 2022-09-16 15:32 Marek Behún
  2022-09-16 15:32 ` Pali Rohár
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Behún @ 2022-09-16 15:32 UTC (permalink / raw)
  To: pali; +Cc: u-boot, Marek Behún

Commit d433c74eecdc ("Convert CONFIG_SDCARD et al to Kconfig") converted
SYS_EXTRA_OPTIONS=SDCARD or SPIFLASH to config options CONFIG_SDCARD and
CONFIG_SPIFLASH, but left one occurance unchanged.

Fix this.

Fixes: d433c74eecdc ("Convert CONFIG_SDCARD et al to Kconfig")
Signed-off-by: Marek Behún <kabel@kernel.org>
---
 arch/powerpc/cpu/mpc85xx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 085ddd8439..27f069a1fb 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -15,7 +15,7 @@ config CMD_ERRATA
 config FSL_PREPBL_ESDHC_BOOT_SECTOR
 	bool "Generate QorIQ pre-PBL eSDHC boot sector"
 	depends on MPC85xx
-	depends on SYS_EXTRA_OPTIONS = SDCARD
+	depends on SDCARD
 	help
 	  With this option final image would have prepended QorIQ pre-PBL eSDHC
 	  boot sector suitable for SD card images. This boot sector instruct
-- 
2.35.1


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

* Re: [PATCH mpc85xx] powerpc: mpc85xx: Fix check for CONFIG_SDCARD
  2022-09-16 15:32 [PATCH mpc85xx] powerpc: mpc85xx: Fix check for CONFIG_SDCARD Marek Behún
@ 2022-09-16 15:32 ` Pali Rohár
  0 siblings, 0 replies; 2+ messages in thread
From: Pali Rohár @ 2022-09-16 15:32 UTC (permalink / raw)
  To: Marek Behún; +Cc: u-boot

On Friday 16 September 2022 17:32:04 Marek Behún wrote:
> Commit d433c74eecdc ("Convert CONFIG_SDCARD et al to Kconfig") converted
> SYS_EXTRA_OPTIONS=SDCARD or SPIFLASH to config options CONFIG_SDCARD and
> CONFIG_SPIFLASH, but left one occurance unchanged.
> 
> Fix this.
> 
> Fixes: d433c74eecdc ("Convert CONFIG_SDCARD et al to Kconfig")
> Signed-off-by: Marek Behún <kabel@kernel.org>

Reviewed-by: Pali Rohár <pali@kernel.org>

> ---
>  arch/powerpc/cpu/mpc85xx/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
> index 085ddd8439..27f069a1fb 100644
> --- a/arch/powerpc/cpu/mpc85xx/Kconfig
> +++ b/arch/powerpc/cpu/mpc85xx/Kconfig
> @@ -15,7 +15,7 @@ config CMD_ERRATA
>  config FSL_PREPBL_ESDHC_BOOT_SECTOR
>  	bool "Generate QorIQ pre-PBL eSDHC boot sector"
>  	depends on MPC85xx
> -	depends on SYS_EXTRA_OPTIONS = SDCARD
> +	depends on SDCARD
>  	help
>  	  With this option final image would have prepended QorIQ pre-PBL eSDHC
>  	  boot sector suitable for SD card images. This boot sector instruct
> -- 
> 2.35.1
> 

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

end of thread, other threads:[~2022-09-16 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 15:32 [PATCH mpc85xx] powerpc: mpc85xx: Fix check for CONFIG_SDCARD Marek Behún
2022-09-16 15:32 ` Pali Rohár

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.