From: Marek Vasut Date: Fri, 19 Jul 2024 10:49:05 +0000 (+0200) Subject: board: softing: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=b50a29809f1cd91c40a96deb538e17c7c75c49e1;p=u-boot.git board: softing: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/board/softing/vining_fpga/qts/iocsr_config.h b/board/softing/vining_fpga/qts/iocsr_config.h index 4059ed5ad1..62a25b9942 100644 --- a/board/softing/vining_fpga/qts/iocsr_config.h +++ b/board/softing/vining_fpga/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/softing/vining_fpga/qts/pll_config.h b/board/softing/vining_fpga/qts/pll_config.h index 40bc8f7f7c..2b930fa946 100644 --- a/board/softing/vining_fpga/qts/pll_config.h +++ b/board/softing/vining_fpga/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__ */