[U-Boot] [PATCH 1/1] add Kconfig for fsuuid command

CONFIG_CMD_FS_UUID was neither whitelisted, nor was it declared in Kconfig. Now it can be enabled in .config and defconfig as expected.
Signed-off-by: Josua Mayer josua.mayer97@gmail.com --- cmd/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 13dc46a174..50888236db 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -831,6 +831,11 @@ config CMD_FS_GENERIC Enables filesystem commands (e.g. load, ls) that work for multiple fs types. +config CMD_FS_UUID + bool "fsuuid command" + help + Enables fsuuid command for filesystem UUID. + config CMD_MTDPARTS depends on ARCH_SUNXI bool "MTD partition support"

On Mon, Apr 24, 2017 at 10:10:45AM +0200, Josua Mayer wrote:
CONFIG_CMD_FS_UUID was neither whitelisted, nor was it declared in Kconfig. Now it can be enabled in .config and defconfig as expected.
Signed-off-by: Josua Mayer josua.mayer97@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Josua Mayer
-
Tom Rini