From ca01b1e7a4d895d0994a3b5f947cfe48788e3355 Mon Sep 17 00:00:00 2001 From: Sriram Date: Thu, 24 Sep 2009 16:39:36 +0530 Subject: Cleanup extra prints removed extra messages that print status information during bootup --- board/omap3/omap3517evm/omap3517evm.c | 2 -- drivers/net/ticpgmac.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/board/omap3/omap3517evm/omap3517evm.c b/board/omap3/omap3517evm/omap3517evm.c index e9c3c5c6e7..9f5774d28d 100644 --- a/board/omap3/omap3517evm/omap3517evm.c +++ b/board/omap3/omap3517evm/omap3517evm.c @@ -152,7 +152,6 @@ static void setup_net_chip(void) writel(readl(&gpio1_base->oe) & ~(GPIO30), &gpio1_base->oe); /* Now send a pulse on the GPIO pin */ - printf("Driving GPIO 30 low \n"); writel(GPIO30, &gpio1_base->cleardataout); ctr = 0; do{ @@ -160,7 +159,6 @@ static void setup_net_chip(void) ctr++; }while (ctr <300); - printf("Driving GPIO 30 high \n"); writel(GPIO30, &gpio1_base->setdataout); ctr =0; /* allow the PHY to stabilize and settle down */ diff --git a/drivers/net/ticpgmac.c b/drivers/net/ticpgmac.c index 6d7f64c8f7..841bea59dc 100644 --- a/drivers/net/ticpgmac.c +++ b/drivers/net/ticpgmac.c @@ -441,10 +441,7 @@ static int cpgmac_eth_hw_init(void) /* Override HW configuration value that were latched */ cpgmac_eth_phy_read(active_phy_addr, SPL_VEND_REG, &tmp); - printf("read HW config for PHY 0x%x\n",tmp); -// tmp |= (1 << 14) | ( 7 << 5) ; tmp = 0x60e0; - printf("Program HW config as 0x%x \n",tmp); cpgmac_eth_phy_write(active_phy_addr,SPL_VEND_REG,tmp); /* Soft reset the PHY */ -- cgit v1.2.3