[PATCH 30/37] board: synopsys: Remove duplicate newlines
Marek Vasut
marek.vasut+renesas at mailbox.org
Fri Jul 19 12:49:07 CEST 2024
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
board/synopsys/emsdp/emsdp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/board/synopsys/emsdp/emsdp.c b/board/synopsys/emsdp/emsdp.c
index adec7d32199..ffa544fa963 100644
--- a/board/synopsys/emsdp/emsdp.c
+++ b/board/synopsys/emsdp/emsdp.c
@@ -76,7 +76,6 @@ int board_early_init_r(void)
// Switch PSRAM controller back to memory mode
writel(0, PSRAM_FLASH_CONFIG_REG_0);
-
// Switch PSRAM controller to command mode
writel(CRE_ENABLE | CRE_DRIVE_CMD, PSRAM_FLASH_CONFIG_REG_1);
// Program Refresh Configuration Register (RCR) for BANK1
--
2.43.0
More information about the U-Boot
mailing list