Re: [U-Boot] [PATCH v2 08/28] tegra: Init clocks even when SPL did not run

2017-06-08 Thread sjg
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 --- Change

[U-Boot] [PATCH v2 08/28] tegra: Init clocks even when SPL did not run

2017-05-31 Thread Simon Glass
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 --- Change