diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-06-10 18:19:25 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2016-06-13 14:38:05 +0200 |
commit | fc1e8fbbb2ea73139c2eadf2f174d6c3fc4ee03f (patch) | |
tree | 4d74e50d25e0a5e6a16f7879005c16a4edc36e96 /configs/axs103_defconfig | |
parent | 5bea2becf3b6897315fa01d8318df75526855745 (diff) | |
download | u-boot-imx-fc1e8fbbb2ea73139c2eadf2f174d6c3fc4ee03f.zip u-boot-imx-fc1e8fbbb2ea73139c2eadf2f174d6c3fc4ee03f.tar.gz u-boot-imx-fc1e8fbbb2ea73139c2eadf2f174d6c3fc4ee03f.tar.bz2 |
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>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 96a3de6..c8474de 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_BOOTDELAY=3 |