mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
block: rkmtd: select CONFIG_RANDOM_UUID explicitly
This option is necessary to compile any way. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
This commit is contained in:
parent
a4dc3d5699
commit
f1b671511e
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ config SYS_64BIT_LBA
|
|||
|
||||
config RKMTD
|
||||
bool "Rockchip rkmtd virtual block device"
|
||||
select RANDOM_UUID
|
||||
help
|
||||
Enable "rkmtd" class and driver to create a virtual block device
|
||||
to transfer Rockchip boot block data to and from NAND with block
|
||||
|
|
Loading…
Reference in a new issue