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:
parent
85dc257072
commit
a20572703e
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue