]> git.sur5r.net Git - u-boot/commit
Fix TSEC driver (now for real): avoid crashes if PHY is not attached
authorBen Warren <bwarren@qstreams.com>
Thu, 26 Oct 2006 18:38:25 +0000 (14:38 -0400)
committerWolfgang Denk <wd@denx.de>
Thu, 26 Oct 2006 19:17:25 +0000 (21:17 +0200)
commit4653f91c13ed51c21cc4c3855745d69a3fb1817f
tree6a4fe52a841834ec8842eafeb7b9737721305c1c
parentb985b5d6e4fb88f508f7aa0f126c2e27ada2b999
Fix TSEC driver (now for real): avoid crashes if PHY is not attached
to a TSEC (e.g. a switch is connected via RMII) or
if the PHY is defective/incorrectly configured.

Signed-off-by: Ben Warren <bwarren@qstreams.com>
drivers/tsec.c