]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: siemens: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 19 Jul 2024 10:49:03 +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/siemens/common/board_am335x.c
board/siemens/pxm2/pmic.h

index 445af9ddbf60f5220a9648d88d97c8ee9ca9bb5d..2a727606bc369bdf73cae73e19c41ab84c0ebe91 100644 (file)
@@ -22,7 +22,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-
 #ifdef CONFIG_SPL_BUILD
 void set_uart_mux_conf(void)
 {
index f4ce7f16b2961d3353b6dc5d2c074ccce25fafd4..6990fd7ce87898ea03eacc819ca96d22d8627b21 100644 (file)
@@ -50,7 +50,6 @@
 #define PMIC_REG_ST_OFF_1              (0x2)
 #define PMIC_REG_ST_ON_LOW_POW         (0x3)
 
-
 /* VDD2 & VDD1 voltage selection register. (VDD2_OP_REG & VDD1_OP_REG) */
 #define PMIC_OP_REG_SEL                                (0x7F)