commit | fe974716326ce2eee4bcac710ce7ec007919845e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 31 17:57:33 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 09 13:45:34 2017 -0600 |
tree | e3f3b643dc3fae97f115cd5e65eba66234140afb | |
parent | d3cb46aa8c41e85b07ccf494ca90f3a7fe19373d [diff] |
rockchip: rk3288: Allow setting up clocks in U-Boot proper If U-Boot is chain-loaded from a previous boot loader we must set up the clocks the way U-Boot wants them. Add code for this. It will do nothing if SPL has already done the job. Signed-off-by: Simon Glass <sjg@chromium.org>