diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 13:13:12 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 13:13:12 +0000 |
commit | 1f283a10afe40f2290fd995330c2c29485ca4ea2 (patch) | |
tree | 3c8d5ca9e51aa4434f874e0610d99d674cf48937 /packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch | |
parent | 0a805d5fb077877d61ff75709b37605deb60df0e (diff) |
packages/uboot/u-boot_1.1.6.bb : Add support for the MPC8323e-rdb board
Diffstat (limited to 'packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch')
-rw-r--r-- | packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch b/packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch new file mode 100644 index 0000000000..9e2829bd3e --- /dev/null +++ b/packages/uboot/u-boot-1.1.6/u-boot-1.1.6-fsl-1-UEC-remove-udelay.patch @@ -0,0 +1,15 @@ +123b7d94ab4fa50a62aa9c0c0202d4e2c99a14c8 +diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c +index aea455b..a327a34 100644 +--- a/drivers/qe/uec.c ++++ b/drivers/qe/uec.c +@@ -567,9 +567,6 @@ static void phy_change(struct eth_device *dev) + + uec_regs = uec->uec_regs; + +- /* Delay 5s to give the PHY a chance to change the register state */ +- udelay(5000000); +- + /* Update the link, speed, duplex */ + result = uec->mii_info->phyinfo->read_status(uec->mii_info); + |