mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mpc8xx: remove RPXlite_dw, quantum board support
These boards are old enough and have no maintainers. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:

committed by
Tom Rini

parent
dab0f7626e
commit
0657e46e28
@ -138,7 +138,6 @@ void cpu_init_f (volatile immap_t * immr)
|
||||
defined(CONFIG_MHPC) || \
|
||||
defined(CONFIG_R360MPI) || \
|
||||
defined(CONFIG_RMU) || \
|
||||
defined(CONFIG_RPXLITE) || \
|
||||
defined(CONFIG_SPC1920) || \
|
||||
defined(CONFIG_SPD823TS)
|
||||
|
||||
@ -206,10 +205,6 @@ void cpu_init_f (volatile immap_t * immr)
|
||||
__asm__ ("eieio");
|
||||
} while (immr->im_cpm.cp_cpcr & CPM_CR_FLG);
|
||||
|
||||
#if defined(CONFIG_RPXLITE) && defined(CONFIG_ENV_IS_IN_NVRAM)
|
||||
rpxlite_init ();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYS_RCCR /* must be done before cpm_load_patch() */
|
||||
/* write config value */
|
||||
immr->im_cpm.cp_rccr = CONFIG_SYS_RCCR;
|
||||
|
Reference in New Issue
Block a user