u-boot-brain/arch/powerpc/cpu/mpc83xx
Mario Six ff3bb0c435 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: Mario Six <mario.six@gdsys.cc>
2019-05-21 07:52:06 +02:00
..
config.mk mpc83xx: Add support for -msingle-pic-base 2019-01-21 08:33:42 +01:00
cpu_init.c mpc83xx: Introduce ARCH_MPC834* 2019-05-20 13:50:34 +02:00
cpu.c mpc83xx: Introduce ARCH_MPC831* 2019-05-20 13:50:34 +02:00
ecc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
fdt.c mpc83xx: Introduce ARCH_MPC831* 2019-05-20 13:50:34 +02:00
interrupts.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig mpc83xx: Migrate legacy PCI options to Kconfig 2019-05-21 07:51:40 +02:00
law.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
pci.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
pcie.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
qe_io.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
serdes.c misc: Add MPC83xx serdes driver 2018-09-18 08:12:21 -06:00
spd_sdram.c mpc83xx: Introduce ARCH_MPC834* 2019-05-20 13:50:34 +02:00
speed.c mpc83xx: Get rid of CONFIG_83XX_CLKIN 2019-05-21 07:52:06 +02:00
spl_minimal.c mpc83xx: Get rid of CONFIG_83XX_CLKIN 2019-05-21 07:52:06 +02:00
start.S mpc83xx: Add support for -msingle-pic-base 2019-01-21 08:33:42 +01:00
traps.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
u-boot-spl.lds SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
u-boot.lds SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00