commit | 2b4029a4a1faefb9c814cd93632a8e1a190af30b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 31 17:57:16 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 09 13:39:32 2017 -0600 |
tree | a6988c39ce1c1b0548cf4bee3ccf395a325449b7 | |
parent | fc3ebf13aaeaa239b4c095aade27fa52fda578eb [diff] |
tegra: Init clocks even when SPL did not run At present early clock init happens in SPL. If SPL did not run (because for example U-Boot is chain-loaded from another boot loader) then the clocks are not set as U-Boot expects. Add a function to detect this and call the early clock init in U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org>