Drop CONFIG_OF_INITIAL_DTB_READONLY
This option is not used anymore, so drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -56,7 +56,6 @@ CONFIG_CMD_FAT=y
|
||||
CONFIG_CMD_FS_GENERIC=y
|
||||
CONFIG_CMD_FS_UUID=y
|
||||
CONFIG_OF_CONTROL=y
|
||||
CONFIG_OF_INITIAL_DTB_READONLY=y
|
||||
CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_ENV_IS_IN_FLASH=y
|
||||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||
|
||||
@@ -169,12 +169,6 @@ config OF_PASSAGE
|
||||
|
||||
endchoice
|
||||
|
||||
config OF_INITIAL_DTB_READONLY
|
||||
bool "Initial DTB for DT control is read-only"
|
||||
help
|
||||
If initial DTB for DT control is read-only (e.g. points to
|
||||
memory-mapped flash memory), then set this option.
|
||||
|
||||
config OF_BLOBLIST
|
||||
bool "DTB is provided by a bloblist"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user