mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
powerpc: mpc8260ads: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.) Because MPC82xx family is old enough, nobody would pick up the maintainership on it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
This commit is contained in:
committed by
Tom Rini
parent
373a9788f0
commit
facb6725c3
@@ -242,8 +242,6 @@ void pci_mpc8250_init (struct pci_controller *hose)
|
||||
immap->im_siu_conf.sc_siumcr =
|
||||
(immap->im_siu_conf.sc_siumcr & ~SIUMCR_LBPC11)
|
||||
| SIUMCR_LBPC01;
|
||||
#elif defined(CONFIG_ADSTYPE) && CONFIG_ADSTYPE == CONFIG_SYS_PQ2FADS
|
||||
/* nothing to do for this board here */
|
||||
#elif defined CONFIG_MPC8272
|
||||
immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr &
|
||||
~SIUMCR_BBD &
|
||||
|
@@ -137,19 +137,6 @@ _hrcw_table:
|
||||
|
||||
.globl _start
|
||||
_start:
|
||||
#if defined(CONFIG_MPC8260ADS) && defined(CONFIG_SYS_DEFAULT_IMMR)
|
||||
lis r3, CONFIG_SYS_DEFAULT_IMMR@h
|
||||
nop
|
||||
lwz r4, 0(r3)
|
||||
nop
|
||||
rlwinm r4, r4, 0, 8, 5
|
||||
nop
|
||||
oris r4, r4, 0x0200
|
||||
nop
|
||||
stw r4, 0(r3)
|
||||
nop
|
||||
#endif /* CONFIG_MPC8260ADS && CONFIG_SYS_DEFAULT_IMMR */
|
||||
|
||||
mfmsr r5 /* save msr contents */
|
||||
|
||||
#if defined(CONFIG_COGENT)
|
||||
|
Reference in New Issue
Block a user