Xixi Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75815?usp=email )
Change subject: soc/mediatek: Add prompt for the SCRAMBLE config ......................................................................
soc/mediatek: Add prompt for the SCRAMBLE config
Unexpectedly, fwserial.{project} won't override the Kconfig if the Kconfig prompt is empty.
CONFIG MEDIATEK_DRAM_SCRAMBLE bool
After adding the prompt after the previous line "bool", i.e. bool "Enable DRAM scramble feature"
It works!
BUG=b:285474337 TEST=build pass and check scramble feature is disabled on serial build
Signed-off-by: Xi Chen xixi.chen@mediatek.corp-partner.google.com Change-Id: I703ac9aa3ccc4dd9d0fef9949c6b0d49449971a4 --- M src/soc/mediatek/common/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/75815/1
diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig index c6a27bc..6ba45c4 100644 --- a/src/soc/mediatek/common/Kconfig +++ b/src/soc/mediatek/common/Kconfig @@ -31,7 +31,7 @@ open-source policy.
config MEDIATEK_DRAM_SCRAMBLE - bool + bool "Enable DRAM scramble feature" default y help This option enables DRAM data scramble, which can prevent DRAM data from