]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: fix ULI 526x macro usage in netdev.h
authorTimur Tabi <timur@freescale.com>
Thu, 9 Apr 2009 15:27:05 +0000 (10:27 -0500)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 20 Apr 2009 06:24:05 +0000 (23:24 -0700)
commitb11f664f52c2855990107c18f242223377183575
treecb28aeee8058c5477af4b63ec1fd569281680afd
parent7ee38c044ca5041d3378d6507580ea4ec344af96
net: fix ULI 526x macro usage in netdev.h

Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
is used everywhere else, so that's the correct macro name.  Without this fix,
Ethernet will not work on the Freescale MPC8610 HPCD.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
include/netdev.h