projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
919d25c
)
env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE
author
Alex Kiernan
<alex.kiernan@gmail.com>
Fri, 8 Jun 2018 07:10:27 +0000
(07:10 +0000)
committer
Tom Rini
<trini@konsulko.com>
Wed, 13 Jun 2018 11:49:13 +0000
(07:49 -0400)
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
env/Kconfig
patch
|
blob
|
history
diff --git
a/env/Kconfig
b/env/Kconfig
index ec66c1346a4d73f1877ed3f6b1374697589d562e..8618376f252f68cbe30726b60dc64141d3521573 100644
(file)
--- 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