soc: realtek: Modify image header to accelerate code loading

Use SPI frequency 50M to speedup code loading

Signed-off-by: Benson Huang <benson7633769@gmail.com>
This commit is contained in:
Benson Huang 2025-05-20 11:28:33 +08:00 committed by Benjamin Cabé
commit a20572703e

View file

@ -69,7 +69,7 @@ def parse_args():
type=int,
dest="spi_freq",
choices=[FREQ_50M, FREQ_25M, FREQ_12P5M, FREQ_6P25M],
default=FREQ_6P25M,
default=FREQ_50M,
help="Specify the frequency of SPI I/F.",
)