commit | e608cedb176afcee921857253ae5ac270c6a95af | [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 | 30ca6a4ada4ea6fe475a6cea676b913130fab65b [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>