mpc85xx: remove local bus initialisation
The early initialisation of chip select 0 (boot flash) is removed
from cpu initialisation. This removes the dependency on board
base address definition.

Consequently, cpu_init_f is not called in the start-up code but
added to the init call list as cpu_init_r. Also the file
arch/ppc/mach-mpc85xx/fsl_lbc.c is deleted.

Signed-off-by: Renaud Barbier <renaud.barbier@ge.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 1f3ac50 commit 2fbd8f1ade7f2321c6a9c31799fbced4c77f796b
@Renaud Barbier Renaud Barbier authored on 31 Jul 2013
Sascha Hauer committed on 5 Aug 2013
Showing 5 changed files
View
arch/ppc/cpu-85xx/start.S
View
arch/ppc/include/asm/fsl_lbc.h
View
arch/ppc/mach-mpc85xx/Makefile
View
arch/ppc/mach-mpc85xx/cpu_init.c
View
arch/ppc/mach-mpc85xx/fsl_lbc.c 100644 → 0