commit | 627718626b05f715da555cc005426ab10f44bb98 | [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 | ab24017a19b482d9026d21a2ec03416c5c4a388d [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>