Skip to content

Commit

Permalink
axs103: Bump CPU frequency from 50MHz to 100MHz
Browse files Browse the repository at this point in the history
In the upcoming release of axs103 v1.1 CPU will
run @100MHz which we support with that change.

Signed-off-by: Alexey Brodkin <[email protected]>
  • Loading branch information
abrodkin committed Jun 13, 2016
1 parent 5bea2be commit fc1e8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/axs103_defconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc1e8fb

Please sign in to comment.