mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
board: synopsys: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
bc7952734a
commit
798ed986f1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue