mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-15 09:46:14 -04:00
Added support for O2DNT board.
This commit is contained in:
parent
700a0c648d
commit
f1340e2273
1
MAKEALL
1
MAKEALL
@ -27,6 +27,7 @@ LIST_5xx=" \
|
|||||||
LIST_5xxx=" \
|
LIST_5xxx=" \
|
||||||
icecube_5100 icecube_5200 EVAL5200 PM520 \
|
icecube_5100 icecube_5200 EVAL5200 PM520 \
|
||||||
Total5100 Total5200 Total5200_Rev2 TQM5200_auto \
|
Total5100 Total5200 Total5200_Rev2 TQM5200_auto \
|
||||||
|
o2dnt \
|
||||||
"
|
"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
3
Makefile
3
Makefile
@ -271,6 +271,9 @@ icecube_5100_config: unconfig
|
|||||||
}
|
}
|
||||||
@./mkconfig -a IceCube ppc mpc5xxx icecube
|
@./mkconfig -a IceCube ppc mpc5xxx icecube
|
||||||
|
|
||||||
|
o2dnt_config:
|
||||||
|
@./mkconfig -a o2dnt ppc mpc5xxx o2dnt
|
||||||
|
|
||||||
inka4x0_config: unconfig
|
inka4x0_config: unconfig
|
||||||
@./mkconfig inka4x0 ppc mpc5xxx inka4x0
|
@./mkconfig inka4x0 ppc mpc5xxx inka4x0
|
||||||
|
|
||||||
|
@ -872,7 +872,7 @@ int mpc5xxx_fec_initialize(bd_t * bis)
|
|||||||
#if defined(CONFIG_CANMB) || defined(CONFIG_HMI1001) || \
|
#if defined(CONFIG_CANMB) || defined(CONFIG_HMI1001) || \
|
||||||
defined(CONFIG_ICECUBE) || defined(CONFIG_INKA4X0) || \
|
defined(CONFIG_ICECUBE) || defined(CONFIG_INKA4X0) || \
|
||||||
defined(CONFIG_PM520) || defined(CONFIG_TOP5200) || \
|
defined(CONFIG_PM520) || defined(CONFIG_TOP5200) || \
|
||||||
defined(CONFIG_TQM5200)
|
defined(CONFIG_TQM5200) || defined(CONFIG_O2DNT)
|
||||||
# ifndef CONFIG_FEC_10MBIT
|
# ifndef CONFIG_FEC_10MBIT
|
||||||
fec->xcv_type = MII100;
|
fec->xcv_type = MII100;
|
||||||
# else
|
# else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user