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:
Simon Glass
2025-06-05 05:50:50 -06:00
parent fec6fa7ead
commit 3206a2fde0
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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