This website requires JavaScript.
Explore
Help
Register
Sign In
V3s_Allwinner
/
uboot
Watch
1
Star
0
Fork
You've already forked uboot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
b9f269f60f
uboot
/
arch
/
arm
/
mach-uniphier
/
ph1-sld8
/
clkrst_init.c
2 lines
36 B
C
Raw
Normal View
History
Unescape
Escape
ARM: UniPhier: split clkrst_init() into two functions Split the current clkrst_init() into two functions: - early_clkrst_init(): called from SPL Deassert the reset signals of the memory controller and some other basic cores. - clkrst_init(): called from main U-boot Deassert the reset signals that are necessary for the access to peripherals etc. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2015-02-26 17:26:51 +00:00
#
include
"../ph1-ld4/clkrst_init.c"