commit | d2a10ff9045b6be4183ce9c9cdcb6807abcc2238 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Jun 24 06:41:22 2020 -0400 |
committer | Andes <uboot@andestech.com> | Wed Jul 01 15:01:22 2020 +0800 |
tree | dfd68984d33bff8338080a6fc7e81ce0fef75b6e | |
parent | 47244099e886e502a71dac7c217d76e76d61ec3e [diff] |
riscv: Enable cpu clock if it is present The cpu clock is probably already enabled if we are executing code (though we could be executing from a different core). This patch prevents the cpu clock or its parents from being disabled. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>