projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7325f6c
)
distro: select CMD_ENV_EXISTS
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 25 Apr 2018 10:16:48 +0000
(19:16 +0900)
committer
Tom Rini
<trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000
(10:42 -0400)
'env exists' is used for scripting in include/config_distro_bootcmd.h
This command is available only when CONFIG_CMD_ENV_EXISTS is enabled.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Kconfig
patch
|
blob
|
history
diff --git
a/Kconfig
b/Kconfig
index b5f7450ba6b7901bfaf3f6203b0a3cee46e7f4a5..37331d289a1281d5b3a980b174c8ae902c5f9d69 100644
(file)
--- a/
Kconfig
+++ b/
Kconfig
@@
-74,6
+74,7
@@
config DISTRO_DEFAULTS
select CMD_DHCP if CMD_NET
select CMD_PING if CMD_NET
select CMD_PXE if NET
+ select CMD_ENV_EXISTS
select CMD_EXT2
select CMD_EXT4
select CMD_FAT