]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: kontron: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 19 Jul 2024 10:48:57 +0000 (12:48 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:51:47 +0000 (10:51 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/kontron/pitx_imx8m/pitx_imx8m.c
board/kontron/pitx_imx8m/spl.c

index a908aee9eccf7e8f15f454152549f95a07056de9..2ee97169c6f5b125f52efa5d72163430582f3eef 100644 (file)
@@ -84,7 +84,6 @@ int board_phys_sdram_size(phys_size_t *memsize)
        return 0;
 }
 
-
 #ifdef CONFIG_FEC_MXC
 #define FEC_RST_PAD IMX_GPIO_NR(1, 11)
 static iomux_v3_cfg_t const fec1_rst_pads[] = {
index 475e52f62314c8dc4fe59ee0c6154503aaa8eae7..bd5981bf69404861c538dc3491bae5c184c51377 100644 (file)
@@ -28,7 +28,6 @@ extern struct dram_timing_info dram_timing_4gb;
 
 DECLARE_GLOBAL_DATA_PTR;
 
-
 static void spl_dram_init(void)
 {
        struct dram_timing_info *dram_timing;
@@ -89,7 +88,6 @@ int board_mmc_getcd(struct mmc *mmc)
        return 0;
 }
 
-
 #define USDHC_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_HYS | PAD_CTL_PUE | \
                         PAD_CTL_FSEL2)
 #define USDHC_GPIO_PAD_CTRL (PAD_CTL_PUE | PAD_CTL_DSE1)