mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
axs103: Bump CPU frequency from 50MHz to 100MHz
In the upcoming release of axs103 v1.1 CPU will run @100MHz which we support with that change. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
5bea2becf3
commit
fc1e8fbbb2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
CONFIG_ARC=y
|
||||
CONFIG_ISA_ARCV2=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_SYS_CLK_FREQ=50000000
|
||||
CONFIG_SYS_CLK_FREQ=100000000
|
||||
CONFIG_SYS_TEXT_BASE=0x81000000
|
||||
CONFIG_DEFAULT_DEVICE_TREE="axs10x"
|
||||
CONFIG_BOOTDELAY=3
|
||||
|
|
Loading…
Reference in a new issue