projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: introduce ramips_soc_prom_init and move SoC detection into that
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt288x
/
setup.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c
b/target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c
index
65e187d
..
be474b5
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c
@@
-52,7
+52,6
@@
void __init ramips_soc_setup(void)
rt288x_sysc_base = ioremap_nocache(RT2880_SYSC_BASE, RT2880_SYSC_SIZE);
rt288x_memc_base = ioremap_nocache(RT2880_MEMC_BASE, RT2880_MEMC_SIZE);
- rt288x_detect_sys_type();
rt288x_clocks_init();
clk = clk_get(NULL, "cpu");
This page took
0.02145 seconds
and
4
git commands to generate.