Skip to content
Snippets Groups Projects
Commit ff3bb0c4 authored by Mario Six's avatar Mario Six
Browse files

mpc83xx: Get rid of CONFIG_83XX_CLKIN


MPC83xx uses CONFIG_83XX_CLKIN instead of CONFIG_SYS_CLK_FREQ to set the
system clock. To migrate the architecture, we can replace
CONFIG_83XX_CLKIN with CONFIG_SYS_CLK_FREQ.

To do this
* replace all occurrences of CONFIG_83XX_CLKIN with CONFIG_SYS_CLK_FREQ
* set CONFIG_SYS_CLK_FREQ to the old value of CONFIG_83XX_CLKIN in all
  MPC83xx config files

Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>
parent 0f06f57c
No related branches found
No related tags found
Loading
Showing
with 45 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment