From: Marek Vasut Date: Fri, 19 Jul 2024 10:48:57 +0000 (+0200) Subject: board: kontron: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f21e15fd1ef7a9eb1b5281cce38c15dd1addc05e;p=u-boot.git board: kontron: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/board/kontron/pitx_imx8m/pitx_imx8m.c b/board/kontron/pitx_imx8m/pitx_imx8m.c index a908aee9ec..2ee97169c6 100644 --- a/board/kontron/pitx_imx8m/pitx_imx8m.c +++ b/board/kontron/pitx_imx8m/pitx_imx8m.c @@ -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[] = { diff --git a/board/kontron/pitx_imx8m/spl.c b/board/kontron/pitx_imx8m/spl.c index 475e52f623..bd5981bf69 100644 --- a/board/kontron/pitx_imx8m/spl.c +++ b/board/kontron/pitx_imx8m/spl.c @@ -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)