mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
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>
This commit is contained in:
parent
46f9ef1846
commit
efbe99ceb6
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue