aboutsummaryrefslogtreecommitdiff
path: root/src/soc/broadcom
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-25 21:11:45 +0200
committerMartin Roth <martinroth@google.com>2016-08-28 18:25:14 +0200
commit03b040b95f1a16d07b98e15c1aeef77ec7a4eca9 (patch)
treefbe6bc4cb000f74309b5012499ad62d86a4c9f26 /src/soc/broadcom
parenteb131f30a3c1bf56d24b1bea2bc2a77d458843ff (diff)
src/soc: Remove unnecessary whitespace before "\n" and "\t"
Change-Id: I89bc8b26f2dba4770aea14b8bbc7e657355e8c59 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16325 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/broadcom')
-rw-r--r--src/soc/broadcom/cygnus/ddr_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/broadcom/cygnus/ddr_init.c b/src/soc/broadcom/cygnus/ddr_init.c
index abf034bc86..7fa2a568b1 100644
--- a/src/soc/broadcom/cygnus/ddr_init.c
+++ b/src/soc/broadcom/cygnus/ddr_init.c
@@ -1349,7 +1349,7 @@ void ddr_init2(void)
if(pwrctli0==3)
{
- printk(BIOS_INFO, "\n PRE_SRX call \n");
+ printk(BIOS_INFO, "\n PRE_SRX call\n");
PRE_SRX();
}
#else
@@ -1613,7 +1613,7 @@ void ddr_init2(void)
reg32_write((unsigned int *)DDR_DENALI_CTL_56, 0x0a050505);
__udelay(200);
- printk(BIOS_INFO, "\nDDR self refresh exit \n");
+ printk(BIOS_INFO, "\nDDR self refresh exit\n");
// Assert DFI request from PHY to mask any interaction with MEMC
reg32_write((unsigned int *)DDR_PHY_CONTROL_REGS_DFI_CNTRL, 0xe0);