[U-Boot] [PATCH] axs103: Bump CPU frequency from 50MHz to 100MHz

Alexey Brodkin Alexey.Brodkin at synopsys.com
Fri Jun 10 17:21:06 CEST 2016


In the upcoming release of axs103 v1.1 CPU will
run @100MHz which we support with that change.

Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
---
 configs/axs103_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index aa9bf33..cdd314f 100644
--- a/configs/axs103_defconfig
+++ b/configs/axs103_defconfig
@@ -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_SYS_PROMPT="AXS# "
-- 
2.5.5



More information about the U-Boot mailing list