Attention is currently required from: Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Hello Hung-Te Lin, Yidi Lin, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75815?usp=email
to look at the new patch set (#2).
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, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/75815/2