mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-16 12:11:32 +00:00
arm: mvebu: turris_omnia: Enable CMD_FS_UUID
This command can be useful for U-Boot scripts. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Pali Rohár <pali@kernel.org> Acked-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
33691d9c82
commit
d86609baab
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ CONFIG_CMD_TIME=y
|
|||
CONFIG_CMD_AES=y
|
||||
CONFIG_CMD_HASH=y
|
||||
CONFIG_CMD_BTRFS=y
|
||||
CONFIG_CMD_FS_UUID=y
|
||||
# CONFIG_SPL_PARTITION_UUIDS is not set
|
||||
CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_USE_ENV_SPI_MAX_HZ=y
|
||||
|
|
Loading…
Add table
Reference in a new issue