public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE
@ 2018-06-08  7:10 Alex Kiernan
  2018-06-08 21:59 ` Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Kiernan @ 2018-06-08  7:10 UTC (permalink / raw)
  To: u-boot

If ENV_IS_IN_EXT4 is set you shouldn't be able to select ENV_IS_NOWHERE.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 env/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/env/Kconfig b/env/Kconfig
index f403906b6f..c1d6a9ab57 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -3,6 +3,7 @@ menu "Environment"
 config ENV_IS_NOWHERE
 	bool "Environment is not stored"
 	depends on !ENV_IS_IN_EEPROM
+	depends on !ENV_IS_IN_EXT4
 	depends on !ENV_IS_IN_FAT
 	depends on !ENV_IS_IN_FLASH
 	depends on !ENV_IS_IN_MMC
-- 
2.17.0

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

end of thread, other threads:[~2018-06-13 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08  7:10 [U-Boot] [PATCH] env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE Alex Kiernan
2018-06-08 21:59 ` Simon Glass
2018-06-09  9:15 ` Petr Vorel
2018-06-13 15:43 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox