]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: add missing CONFIG_HAS_ETH0 defines
authorKim Phillips <kim.phillips@freescale.com>
Wed, 9 Jan 2008 21:24:06 +0000 (15:24 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 11 Jan 2008 02:52:38 +0000 (20:52 -0600)
commit977b57583a7c34010e566a09a679ec3c1836f996
tree6e4adbe9ba5d81c87be233a37d96da07854590bd
parent422b1a01602b6e2fbf8444a1192c7ba31461fd4c
mpc83xx: add missing CONFIG_HAS_ETH0 defines

the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
is defined; add the define to the missing board configs.

Thanks to Emilian Medve for finding this.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8360EMDS.h