commit | 98c0e08f2eae33c51dce4a9ff4828ff8b2cd4558 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Tue Apr 04 10:14:33 2023 +0200 |
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | Wed Apr 05 19:46:18 2023 +0200 |
tree | 44f87f168e4b83f2f47cdca3845ef58b5ba4ee6b | |
parent | 588594710c78c07c2af7b1b9e92761c2fee324ee [diff] |
powerpc: mpc8xx: Migrate to CONFIG_SYS_CLK_FREQ 8xx has CONFIG_8xx_GCLK_FREQ which is similar to CONFIG_SYS_CLK_FREQ, and doesn't set CONFIG_SYS_CLK_FREQ. Due to that, get_board_sys_clk() returns 0. Remove CONFIG_8xx_GCLK_FREQ and use CONFIG_SYS_CLK_FREQ instead. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>