From: Marek Vasut Date: Fri, 19 Jul 2024 10:49:07 +0000 (+0200) Subject: board: synopsys: Remove duplicate newlines X-Git-Tag: v2024.10-rc1~4^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798ed986f1aac4ee2b3634dfa9eb46535433f2a6;p=thirdparty%2Fu-boot.git board: synopsys: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- 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