diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-19 12:48:48 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:51:46 -0600 | 
| commit | 9c8cf720ab08b3fb789310a636c8a6563d4084e0 (patch) | |
| tree | 9137dddeec4c0400b67033ca46f09043a3faf4e3 | |
| parent | 606f56c6f38997c7b6c8f6d1a9251d7084775720 (diff) | |
board: devboards: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
| -rw-r--r-- | board/devboards/dbm-soc1/qts/iocsr_config.h | 1 | ||||
| -rw-r--r-- | board/devboards/dbm-soc1/qts/pll_config.h | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/board/devboards/dbm-soc1/qts/iocsr_config.h b/board/devboards/dbm-soc1/qts/iocsr_config.h index 56b2130671a..6bec839e283 100644 --- a/board/devboards/dbm-soc1/qts/iocsr_config.h +++ b/board/devboards/dbm-soc1/qts/iocsr_config.h @@ -655,5 +655,4 @@ const unsigned long iocsr_scan_chain3_table[] = {  	0x00004000,  }; -  #endif /* __SOCFPGA_IOCSR_CONFIG_H__ */ diff --git a/board/devboards/dbm-soc1/qts/pll_config.h b/board/devboards/dbm-soc1/qts/pll_config.h index 104e324d8a4..52f1eb0c7b4 100644 --- a/board/devboards/dbm-soc1/qts/pll_config.h +++ b/board/devboards/dbm-soc1/qts/pll_config.h @@ -80,5 +80,4 @@  #define CFG_HPS_ALTERAGRP_MAINCLK 3  #define CFG_HPS_ALTERAGRP_DBGATCLK 3 -  #endif /* __SOCFPGA_PLL_CONFIG_H__ */ | 
