]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC5200: support setup without FEC
authorAndré Schwarz <andre.schwarz@matrix-vision.de>
Thu, 13 Mar 2008 12:50:52 +0000 (13:50 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 25 Mar 2008 22:59:43 +0000 (23:59 +0100)
commitc512389cc4a10253249271ff6c887c6dab1f0db2
treea103f2779a07cbbf4648c48c1717090a00a419aa
parentaa3511e422946041ef626f80a05ae5e8bfc700e6
MPC5200: support setup without FEC

Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.

Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
cpu/mpc5xxx/cpu.c