summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRamesh Gupta <x0023949@svrlnx049.tif.ti.com>2009-11-06 22:27:25 +0100
committerHari Kanigeri <h-kanigeri2@ti.com>2009-11-06 18:01:36 -0600
commit3d8b36e8e6725484d6a5d7fc258afaf37ca2db96 (patch)
tree2bb69031eeab5cda9dbda3d29eff11004538f401 /drivers
parent842cd58ea65cf38e14eec3f3ec106f858f9bbefb (diff)
OMAP4 Tesla Bridge remove unnecessary prints
This removes the unnecessary prints in the driver Signed-off-by: Ramesh Gupta G<grgupta@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dsp/bridge/wmd/tiomap3430.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/dsp/bridge/wmd/tiomap3430.c b/drivers/dsp/bridge/wmd/tiomap3430.c
index 537c7c976e43..1de9eb117e76 100644
--- a/drivers/dsp/bridge/wmd/tiomap3430.c
+++ b/drivers/dsp/bridge/wmd/tiomap3430.c
@@ -332,19 +332,10 @@ static DSP_STATUS WMD_BRD_Monitor(struct WMD_DEV_CONTEXT *hDevContext)
goto error_return;
#ifdef OMAP44XX
- printk(KERN_ERR "Disabling Clocks... and resources.dwCm1Base = 0x%x\n"
- "resources.dwCm2Base= 0x%x\n"
- "resources.dwPrmBase = 0x%x\n",
- (unsigned int)resources.dwCm1Base,
- (unsigned int)resources.dwCm2Base,
- (unsigned int)resources.dwPrmBase);
-
HW_CLK_Disable(resources.dwCm1Base, HW_CLK_TESLA);
- printk("Resetting DSP...");
HW_RST_Reset(resources.dwPrmBase, HW_RST1_TESLA);
HW_RST_Reset(resources.dwPrmBase, HW_RST2_TESLA);
HW_RST_UnReset(resources.dwPrmBase, HW_RST2_TESLA);
- printk("Enabling Clocks...");
HW_CLK_Enable(resources.dwCm1Base, HW_CLK_TESLA);
*((REG_UWORD32 *)((u32)(resources.dwDmmuBase)+0x50)) = 0x400;
#else
@@ -483,8 +474,6 @@ static DSP_STATUS WMD_BRD_Start(struct WMD_DEV_CONTEXT *hDevContext,
DBG_Trace(DBG_ENTER, "Entering WMD_BRD_Start:\n hDevContext: 0x%x\n\t "
"dwDSPAddr: 0x%x\n", hDevContext, dwDSPAddr);
#ifdef OMAP44XX
- printk(KERN_ERR "Please break Virtio by typing 'y' in console and start CCS"
- "set DSP PC adress to below DSP Start address and Run using CCS\n");
printk(KERN_ERR "- - - DSP Start Address [0x%x]- - -\n", dwDSPAddr) ;
#endif
/* The device context contains all the mmu setup info from when the