diff options
author | Marek Vasut | 2024-07-19 12:48:50 +0200 |
---|---|---|
committer | Tom Rini | 2024-07-22 10:51:46 -0600 |
commit | 9e8b81b95cde820da3fb5752fa71439b3fb48595 (patch) | |
tree | e61935100642fd5797a12d27100ef6f99c8394bd | |
parent | 4d36d3538f17a79a8d50bd5d1c1c1c19002df9c1 (diff) |
board: ebv: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | board/ebv/socrates/qts/iocsr_config.h | 1 | ||||
-rw-r--r-- | board/ebv/socrates/qts/pll_config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/ebv/socrates/qts/iocsr_config.h b/board/ebv/socrates/qts/iocsr_config.h index c24b5cb5f0b..d9a0c72044b 100644 --- a/board/ebv/socrates/qts/iocsr_config.h +++ b/board/ebv/socrates/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/ebv/socrates/qts/pll_config.h b/board/ebv/socrates/qts/pll_config.h index eaa18c1c802..baee1a922a8 100644 --- a/board/ebv/socrates/qts/pll_config.h +++ b/board/ebv/socrates/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__ */ |