]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 19 Jul 2024 10:49:11 +0000 (12:49 +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/ti/am335x/board.c
board/ti/am43xx/board.c
board/ti/am57xx/board.c
board/ti/ks2_evm/ddr3_cfg.c
board/ti/panda/panda_mux_data.h

index 34f4a919656e66b78ffeaa8f5ffb5496531796a0..681002ba1dab554ac7cf84134bc4433718ace471 100644 (file)
@@ -339,7 +339,6 @@ static void scale_vcores_bone(int freq)
        if (power_tps65217_init(0))
                return;
 
-
        /*
         * On Beaglebone White we need to ensure we have AC power
         * before increasing the frequency.
index 40b7fcfc3876f9061242fc93043d381c5a8d69a0..431372954b2a9e5bb3468b94cba0ffc4b38e7f4c 100644 (file)
@@ -336,7 +336,6 @@ const struct dpll_params *get_dpll_ddr_params(void)
        return NULL;
 }
 
-
 /*
  * get_opp_offset:
  * Returns the index for safest OPP of the device to boot.
index 48668884bdd5bb0eac5bcb97a280ad0c9f7235eb..cc5e64c987989d53ebdf6da52ba342aa6f923053 100644 (file)
@@ -515,7 +515,6 @@ int get_voltrail_opp(int rail_offset)
        return opp;
 }
 
-
 #ifdef CONFIG_SPL_BUILD
 /* No env to setup for SPL */
 static inline void setup_board_eeprom_env(void) { }
index fe350fee795ec79cb13d7771932bde6d59658958..690c4e2731fe1e5f8b62c1314382439438450759 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-
 #include <asm/arch/ddr3.h>
 #include "ddr3_cfg.h"
 
index ad9e36525b468948d3da58e7ace05c716b50b89b..3bf6c0146c2a916a5a4f572d90ddbf504dd7471c 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <asm/arch/mux_omap4.h>
 
-
 const struct pad_conf_entry core_padconf_array_essential[] = {
 
 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */