Rex-BC Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59244 )
Change subject: soc/mediatek: change help text of FLASH_DUAL_READ ......................................................................
soc/mediatek: change help text of FLASH_DUAL_READ
Change help text to "dual IO read mode" to reduce noun confusion. Suggestion from this comment: https://review.coreboot.org/c/coreboot/+/58837/comment/40a98af1_dce6bb2b/
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: I54b81cdeba3b693451f66e003fb470c9f8c19ad9 --- M src/soc/mediatek/mt8186/Kconfig M src/soc/mediatek/mt8192/Kconfig M src/soc/mediatek/mt8195/Kconfig 3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/59244/1
diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig index 1821fa9..9b8708a 100644 --- a/src/soc/mediatek/mt8186/Kconfig +++ b/src/soc/mediatek/mt8186/Kconfig @@ -21,6 +21,6 @@ default y help When this option is enabled, the flash controller provides the ability - to dual read mode. + to dual IO read mode.
endif diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig index e099ffd..9b55295 100644 --- a/src/soc/mediatek/mt8192/Kconfig +++ b/src/soc/mediatek/mt8192/Kconfig @@ -55,7 +55,7 @@ default y help When this option is enabled, the flash controller provides the ability - to dual read mode. + to dual IO read mode.
config SRCLKEN_RC_SUPPORT bool diff --git a/src/soc/mediatek/mt8195/Kconfig b/src/soc/mediatek/mt8195/Kconfig index b96ccd8..d1cb09b 100644 --- a/src/soc/mediatek/mt8195/Kconfig +++ b/src/soc/mediatek/mt8195/Kconfig @@ -54,6 +54,6 @@ default y help When this option is enabled, the flash controller provides the ability - to dual read mode. + to dual IO read mode.
endif