diff options
author | Wolfgang Denk | 2021-09-27 17:42:36 +0200 |
---|---|---|
committer | Tom Rini | 2021-09-30 08:08:56 -0400 |
commit | 66356b4c06c934021f6cb58d93877427162b369f (patch) | |
tree | 4d37c220f907db52286ed22adc92f3ffbda7350e | |
parent | 6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff) |
WS cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
167 files changed, 1 insertions, 180 deletions
diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/arm/cpu/arm926ejs/cache.c index acab9bccc01..95963d2665f 100644 --- a/arch/arm/cpu/arm926ejs/cache.c +++ b/arch/arm/cpu/arm926ejs/cache.c @@ -89,4 +89,3 @@ void enable_caches(void) dcache_enable(); #endif } - diff --git a/arch/arm/cpu/armv7/psci-common.c b/arch/arm/cpu/armv7/psci-common.c index a328b2bc0e8..f313fe4b84c 100644 --- a/arch/arm/cpu/armv7/psci-common.c +++ b/arch/arm/cpu/armv7/psci-common.c @@ -43,4 +43,3 @@ u32 __secure psci_get_context_id(int cpu) { return psci_context_id[cpu]; } - diff --git a/arch/arm/cpu/armv8/hisilicon/pinmux.c b/arch/arm/cpu/armv8/hisilicon/pinmux.c index 5183e00a44c..e14057c0a47 100644 --- a/arch/arm/cpu/armv8/hisilicon/pinmux.c +++ b/arch/arm/cpu/armv8/hisilicon/pinmux.c @@ -181,5 +181,3 @@ int hi6220_pinmux_config(int peripheral) return 0; } - - diff --git a/arch/arm/cpu/armv8/xen/hypercall.S b/arch/arm/cpu/armv8/xen/hypercall.S index 731256b34e2..e69ed408dc6 100644 --- a/arch/arm/cpu/armv8/xen/hypercall.S +++ b/arch/arm/cpu/armv8/xen/hypercall.S @@ -76,4 +76,3 @@ HYPERCALL2(sched_op); HYPERCALL2(event_channel_op); HYPERCALL2(hvm_op); HYPERCALL2(memory_op); - diff --git a/arch/arm/dts/sama7g5-pinfunc.h b/arch/arm/dts/sama7g5-pinfunc.h index 89293e5470b..b5472fa4c95 100644 --- a/arch/arm/dts/sama7g5-pinfunc.h +++ b/arch/arm/dts/sama7g5-pinfunc.h @@ -921,4 +921,3 @@ #define PIN_PE7__TIOA4 PINMUX_PIN(PIN_PE7, 3, 3) #define PIN_PE7__ISC_D11 PINMUX_PIN(PIN_PE7, 5, 2) #define PIN_PE7__G1_TSUCOMP PINMUX_PIN(PIN_PE7, 7, 1) - diff --git a/arch/arm/include/asm/arch-imxrt/imxrt.h b/arch/arm/include/asm/arch-imxrt/imxrt.h index 1cb2c57d31d..14f7c769b0c 100644 --- a/arch/arm/include/asm/arch-imxrt/imxrt.h +++ b/arch/arm/include/asm/arch-imxrt/imxrt.h @@ -8,4 +8,3 @@ #define _ASM_ARCH_IMXRT_H #endif /* _ASM_ARCH_IMXRT_H */ - diff --git a/arch/arm/include/asm/arch-rockchip/f_rockusb.h b/arch/arm/include/asm/arch-rockchip/f_rockusb.h index 9772321023b..e9c7f793391 100644 --- a/arch/arm/include/asm/arch-rockchip/f_rockusb.h +++ b/arch/arm/include/asm/arch-rockchip/f_rockusb.h @@ -133,4 +133,3 @@ struct f_rockusb { /* init rockusb device, tell rockusb which device you want to read/write*/ void rockusb_dev_init(char *dev_type, int dev_index); #endif /* _F_ROCKUSB_H_ */ - diff --git a/arch/arm/include/asm/arch-stm32/stm32f.h b/arch/arm/include/asm/arch-stm32/stm32f.h index a1ce81ecadd..e795d81169c 100644 --- a/arch/arm/include/asm/arch-stm32/stm32f.h +++ b/arch/arm/include/asm/arch-stm32/stm32f.h @@ -18,4 +18,3 @@ void stm32_flash_latency_cfg(int latency); #endif /* _ASM_ARCH_STM32F_H */ - diff --git a/arch/arm/include/asm/arch-stv0991/stv0991_defs.h b/arch/arm/include/asm/arch-stv0991/stv0991_defs.h index 97d28b26f13..98d7cde85bc 100644 --- a/arch/arm/include/asm/arch-stv0991/stv0991_defs.h +++ b/arch/arm/include/asm/arch-stv0991/stv0991_defs.h @@ -12,4 +12,3 @@ extern int stv0991_pinmux_config(enum periph_id); extern int clock_setup(enum periph_clock); #endif - diff --git a/arch/arm/include/asm/xen.h b/arch/arm/include/asm/xen.h index 8e2ee3d64ea..670d5ad4a5b 100644 --- a/arch/arm/include/asm/xen.h +++ b/arch/arm/include/asm/xen.h @@ -4,4 +4,3 @@ */ extern unsigned long rom_pointer[]; - diff --git a/arch/arm/lib/ccn504.S b/arch/arm/lib/ccn504.S index 2c584095c3c..f2245872fc5 100644 --- a/arch/arm/lib/ccn504.S +++ b/arch/arm/lib/ccn504.S @@ -78,4 +78,3 @@ ENTRY(ccn504_set_aux) ret ENDPROC(ccn504_set_aux) - diff --git a/arch/arm/mach-at91/armv7/sama7g5_devices.c b/arch/arm/mach-at91/armv7/sama7g5_devices.c index a58f671f72d..0b702c7fb76 100644 --- a/arch/arm/mach-at91/armv7/sama7g5_devices.c +++ b/arch/arm/mach-at91/armv7/sama7g5_devices.c @@ -8,4 +8,3 @@ char *get_cpu_name(void) { return "SAMA7G5"; } - diff --git a/arch/arm/mach-at91/atmel_sfr.c b/arch/arm/mach-at91/atmel_sfr.c index b14222460f3..62108d2bd0a 100644 --- a/arch/arm/mach-at91/atmel_sfr.c +++ b/arch/arm/mach-at91/atmel_sfr.c @@ -39,4 +39,3 @@ void configure_ddrcfg_input_buffers(bool open) else writel(0, &sfr->ddrcfg); } - diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c index 347aece3cd8..e43d7d9b679 100644 --- a/arch/arm/mach-bcm283x/msg.c +++ b/arch/arm/mach-bcm283x/msg.c @@ -196,4 +196,3 @@ int bcm2711_notify_vl805_reset(void) return 0; } - diff --git a/arch/arm/mach-imx/mx7/soc.c b/arch/arm/mach-imx/mx7/soc.c index 9c7d5f18dad..21690072e15 100644 --- a/arch/arm/mach-imx/mx7/soc.c +++ b/arch/arm/mach-imx/mx7/soc.c @@ -445,4 +445,3 @@ void reset_misc(void) #endif #endif } - diff --git a/arch/arm/mach-kirkwood/cpu.c b/arch/arm/mach-kirkwood/cpu.c index 3953aa9b9b5..e9571298a82 100644 --- a/arch/arm/mach-kirkwood/cpu.c +++ b/arch/arm/mach-kirkwood/cpu.c @@ -278,4 +278,3 @@ int cpu_eth_init(struct bd_info *bis) return 0; } #endif - diff --git a/arch/arm/mach-octeontx/Makefile b/arch/arm/mach-octeontx/Makefile index 20cb48ad925..8706becd0f3 100644 --- a/arch/arm/mach-octeontx/Makefile +++ b/arch/arm/mach-octeontx/Makefile @@ -6,4 +6,3 @@ # */ obj-y += lowlevel_init.o clock.o cpu.o - diff --git a/arch/arm/mach-octeontx2/Makefile b/arch/arm/mach-octeontx2/Makefile index c3192343dd2..b3073a84b14 100644 --- a/arch/arm/mach-octeontx2/Makefile +++ b/arch/arm/mach-octeontx2/Makefile @@ -6,4 +6,3 @@ # */ obj-y += lowlevel_init.o clock.o cpu.o - diff --git a/arch/arm/mach-omap2/pipe3-phy.c b/arch/arm/mach-omap2/pipe3-phy.c index 35ec81d3146..3dfb184c430 100644 --- a/arch/arm/mach-omap2/pipe3-phy.c +++ b/arch/arm/mach-omap2/pipe3-phy.c @@ -229,4 +229,3 @@ int phy_pipe3_power_off(struct omap_pipe3 *phy) return 0; } - diff --git a/arch/arm/mach-snapdragon/dram.c b/arch/arm/mach-snapdragon/dram.c index 2a161be137c..499dfdf0da6 100644 --- a/arch/arm/mach-snapdragon/dram.c +++ b/arch/arm/mach-snapdragon/dram.c @@ -97,4 +97,3 @@ int msm_fixup_memory(void *blob) return 0; } - diff --git a/arch/arm/mach-tegra/tegra20/display.c b/arch/arm/mach-tegra/tegra20/display.c index 869db285a4e..4ba3fb23fd6 100644 --- a/arch/arm/mach-tegra/tegra20/display.c +++ b/arch/arm/mach-tegra/tegra20/display.c @@ -12,4 +12,3 @@ #include <asm/arch-tegra/dc.h> #include <asm/arch-tegra/clk_rst.h> #include <asm/arch-tegra/timer.h> - diff --git a/arch/arm/mach-versatile/timer.c b/arch/arm/mach-versatile/timer.c index a0babce7baa..739cb2997ad 100644 --- a/arch/arm/mach-versatile/timer.c +++ b/arch/arm/mach-versatile/timer.c @@ -60,4 +60,3 @@ int timer_init (void) return 0; } - diff --git a/arch/m68k/cpu/mcf530x/Makefile b/arch/m68k/cpu/mcf530x/Makefile index b34cb3c78c9..6bd7cd3591d 100644 --- a/arch/m68k/cpu/mcf530x/Makefile +++ b/arch/m68k/cpu/mcf530x/Makefile @@ -4,4 +4,3 @@ extra-y = start.o obj-y = interrupts.o cpu.o speed.o cpu_init.o - diff --git a/arch/m68k/include/asm/immap_5307.h b/arch/m68k/include/asm/immap_5307.h index e041e7e0afb..930e0899e8c 100644 --- a/arch/m68k/include/asm/immap_5307.h +++ b/arch/m68k/include/asm/immap_5307.h @@ -114,4 +114,3 @@ typedef struct gpio { } gpio_t; #endif /* __IMMAP_5307__ */ - diff --git a/arch/m68k/include/asm/m5307.h b/arch/m68k/include/asm/m5307.h index f96e6ca29d1..67547d2dd9d 100644 --- a/arch/m68k/include/asm/m5307.h +++ b/arch/m68k/include/asm/m5307.h @@ -66,4 +66,3 @@ #define MCFSIM_ICR_PRI3 0x03 /* Priority 3 intr */ #endif /* mcf5307_h */ - diff --git a/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h b/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h index 61cc1489889..2c0d30a80ec 100644 --- a/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h +++ b/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h @@ -454,4 +454,3 @@ void pll_init(void); void sdram_init(void); #endif /* __JZ4780_DRAM_H__ */ - diff --git a/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c b/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c index 5bf0047930f..da8e0b65554 100644 --- a/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c +++ b/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c @@ -399,4 +399,3 @@ const char *serdes_clock_to_string(u32 clock) #endif } } - diff --git a/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c b/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c index f5126e2c8ac..2b4912bea0a 100644 --- a/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c +++ b/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c @@ -885,4 +885,3 @@ const char *serdes_clock_to_string(u32 clock) return "150"; } } - diff --git a/arch/powerpc/lib/ppccache.S b/arch/powerpc/lib/ppccache.S index dcef1ffcaf5..e55025181f7 100644 --- a/arch/powerpc/lib/ppccache.S +++ b/arch/powerpc/lib/ppccache.S @@ -104,4 +104,3 @@ _GLOBAL(invalidate_dcache_range) sync /* wait for dcbi's to get to ram */ #endif blr - diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index f9515447285..366500d90be 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -32,4 +32,3 @@ int timer_init(void) return 0; } - diff --git a/arch/xtensa/include/asm/arch-dc232b/core.h b/arch/xtensa/include/asm/arch-dc232b/core.h index c50a358c522..92ea0dfe35e 100644 --- a/arch/xtensa/include/asm/arch-dc232b/core.h +++ b/arch/xtensa/include/asm/arch-dc232b/core.h @@ -419,4 +419,3 @@ #endif /* _XTENSA_CORE_CONFIGURATION_H */ - diff --git a/arch/xtensa/include/asm/arch-dc232b/tie-asm.h b/arch/xtensa/include/asm/arch-dc232b/tie-asm.h index 05ce1107f5a..7003cad40d0 100644 --- a/arch/xtensa/include/asm/arch-dc232b/tie-asm.h +++ b/arch/xtensa/include/asm/arch-dc232b/tie-asm.h @@ -117,4 +117,3 @@ #define XCHAL_SA_NUM_ATMPS 2 #endif /*_XTENSA_CORE_TIE_ASM_H*/ - diff --git a/arch/xtensa/include/asm/arch-dc232b/tie.h b/arch/xtensa/include/asm/arch-dc232b/tie.h index 2e70311d3e4..4f8b50cd6cd 100644 --- a/arch/xtensa/include/asm/arch-dc232b/tie.h +++ b/arch/xtensa/include/asm/arch-dc232b/tie.h @@ -126,4 +126,3 @@ #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 #endif /*_XTENSA_CORE_TIE_H*/ - diff --git a/arch/xtensa/include/asm/arch-dc233c/core.h b/arch/xtensa/include/asm/arch-dc233c/core.h index 8a7345559c2..ca07d8ee21a 100644 --- a/arch/xtensa/include/asm/arch-dc233c/core.h +++ b/arch/xtensa/include/asm/arch-dc233c/core.h @@ -450,4 +450,3 @@ #endif /* _XTENSA_CORE_CONFIGURATION_H */ - diff --git a/arch/xtensa/include/asm/arch-dc233c/tie-asm.h b/arch/xtensa/include/asm/arch-dc233c/tie-asm.h index 53a1e42a745..317d4e13126 100644 --- a/arch/xtensa/include/asm/arch-dc233c/tie-asm.h +++ b/arch/xtensa/include/asm/arch-dc233c/tie-asm.h @@ -169,4 +169,3 @@ #define XCHAL_SA_NUM_ATMPS 1 #endif /*_XTENSA_CORE_TIE_ASM_H*/ - diff --git a/arch/xtensa/include/asm/arch-dc233c/tie.h b/arch/xtensa/include/asm/arch-dc233c/tie.h index ddee4ad3f6e..2c2a8493cd5 100644 --- a/arch/xtensa/include/asm/arch-dc233c/tie.h +++ b/arch/xtensa/include/asm/arch-dc233c/tie.h @@ -126,4 +126,3 @@ #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 #endif /*_XTENSA_CORE_TIE_H*/ - diff --git a/arch/xtensa/include/asm/arch-de212/core.h b/arch/xtensa/include/asm/arch-de212/core.h index 7e94339e6d9..7268692d0e8 100644 --- a/arch/xtensa/include/asm/arch-de212/core.h +++ b/arch/xtensa/include/asm/arch-de212/core.h @@ -569,4 +569,3 @@ #endif /* _XTENSA_CORE_CONFIGURATION_H */ - diff --git a/arch/xtensa/include/asm/arch-de212/tie-asm.h b/arch/xtensa/include/asm/arch-de212/tie-asm.h index 988aa2ba578..3192ac82ad2 100644 --- a/arch/xtensa/include/asm/arch-de212/tie-asm.h +++ b/arch/xtensa/include/asm/arch-de212/tie-asm.h @@ -146,4 +146,3 @@ #define XCHAL_SA_NUM_ATMPS 1 #endif /*_XTENSA_CORE_TIE_ASM_H*/ - diff --git a/arch/xtensa/include/asm/arch-de212/tie.h b/arch/xtensa/include/asm/arch-de212/tie.h index 2f36493d885..865c41c128d 100644 --- a/arch/xtensa/include/asm/arch-de212/tie.h +++ b/arch/xtensa/include/asm/arch-de212/tie.h @@ -112,4 +112,3 @@ 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 #endif /*_XTENSA_CORE_TIE_H*/ - diff --git a/arch/xtensa/include/asm/regs.h b/arch/xtensa/include/asm/regs.h index 32b50f95114..52d6e8cc014 100644 --- a/arch/xtensa/include/asm/regs.h +++ b/arch/xtensa/include/asm/regs.h @@ -91,4 +91,3 @@ #define DEBUGCAUSE_ICOUNT_BIT 0 /* ICOUNT would incr. to zero */ #endif /* _XTENSA_SPECREG_H */ - diff --git a/arch/xtensa/lib/relocate.c b/arch/xtensa/lib/relocate.c index 91141f581e1..3dc8edc801d 100644 --- a/arch/xtensa/lib/relocate.c +++ b/arch/xtensa/lib/relocate.c @@ -14,4 +14,3 @@ int clear_bss(void) memset((void *)&__bss_start, 0x00, len); return 0; } - diff --git a/board/Marvell/octeontx/smc.c b/board/Marvell/octeontx/smc.c index 5eeba2358b0..8df32049bda 100644 --- a/board/Marvell/octeontx/smc.c +++ b/board/Marvell/octeontx/smc.c @@ -22,4 +22,3 @@ ssize_t smc_dram_size(unsigned int node) return regs.regs[0]; } - diff --git a/board/Marvell/octeontx2/soc-utils.c b/board/Marvell/octeontx2/soc-utils.c index 1cba7fb5963..43a19a90717 100644 --- a/board/Marvell/octeontx2/soc-utils.c +++ b/board/Marvell/octeontx2/soc-utils.c @@ -46,4 +46,3 @@ const char *read_board_name(void) { return fdt_get_board_model(); } - diff --git a/board/atmark-techno/armadillo-800eva/Makefile b/board/atmark-techno/armadillo-800eva/Makefile index 87e8ca5e6af..7e01cb6794a 100644 --- a/board/atmark-techno/armadillo-800eva/Makefile +++ b/board/atmark-techno/armadillo-800eva/Makefile @@ -3,4 +3,3 @@ # Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> obj-y += armadillo-800eva.o - diff --git a/board/atmel/sama7g5ek/sama7g5ek.c b/board/atmel/sama7g5ek/sama7g5ek.c index 4df43d81f82..411b31160b9 100644 --- a/board/atmel/sama7g5ek/sama7g5ek.c +++ b/board/atmel/sama7g5ek/sama7g5ek.c @@ -74,4 +74,3 @@ int dram_init(void) CONFIG_SYS_SDRAM_SIZE); return 0; } - diff --git a/board/beacon/imx8mn/README b/board/beacon/imx8mn/README index d3c90d31dde..a9eddd4e647 100644 --- a/board/beacon/imx8mn/README +++ b/board/beacon/imx8mn/README @@ -36,4 +36,3 @@ Boot ==== Set baseboard DIP switch: S17: 1100XXXX - diff --git a/board/beacon/imx8mn/lpddr4_timing.c b/board/beacon/imx8mn/lpddr4_timing.c index 3c1ad392f1d..112e892f517 100644 --- a/board/beacon/imx8mn/lpddr4_timing.c +++ b/board/beacon/imx8mn/lpddr4_timing.c @@ -1431,4 +1431,3 @@ struct dram_timing_info dram_timing = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 3200, 400, 100, }, }; - diff --git a/board/boundary/nitrogen6x/README.mx6qsabrelite b/board/boundary/nitrogen6x/README.mx6qsabrelite index 6283c9575eb..828eea216e1 100644 --- a/board/boundary/nitrogen6x/README.mx6qsabrelite +++ b/board/boundary/nitrogen6x/README.mx6qsabrelite @@ -116,4 +116,3 @@ Note: This will upload and run the U-Boot image in memory, the SPI will not be 5. Use one of previous descriptions to re-flash the SPI-NOR as required. 6. Ensure SW1 is returned to "00" to boot from the fuses once done. - diff --git a/board/cadence/xtfpga/README b/board/cadence/xtfpga/README index 5f29e2592f5..889da9e77df 100644 --- a/board/cadence/xtfpga/README +++ b/board/cadence/xtfpga/README @@ -122,4 +122,3 @@ variable to make. Because this problem is easy to fall into and difficult to debug if one doesn't expect it, the linker script provides a link-time check and fatal error message if the image size exceeds 128 KB. - diff --git a/board/compulab/cm_t43/spl.c b/board/compulab/cm_t43/spl.c index 9c6806c32f4..e67bf81ee3a 100644 --- a/board/compulab/cm_t43/spl.c +++ b/board/compulab/cm_t43/spl.c @@ -133,4 +133,3 @@ void sdram_init(void) hang(); } - diff --git a/board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c b/board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c index 870a94aecc8..9019a1f2035 100644 --- a/board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c +++ b/board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c @@ -1845,4 +1845,3 @@ struct dram_timing_info ucm_dram_timing_01061010 = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 2400, 400, 100, }, }; - diff --git a/board/freescale/common/zm7300.c b/board/freescale/common/zm7300.c index 03679e723f2..e8c2fc85c84 100644 --- a/board/freescale/common/zm7300.c +++ b/board/freescale/common/zm7300.c @@ -230,4 +230,3 @@ int zm_enable_wp() } return 0; } - diff --git a/board/freescale/imx8mn_evk/ddr4_timing.c b/board/freescale/imx8mn_evk/ddr4_timing.c index f1509e2159a..77611ea0260 100644 --- a/board/freescale/imx8mn_evk/ddr4_timing.c +++ b/board/freescale/imx8mn_evk/ddr4_timing.c @@ -1052,4 +1052,3 @@ struct dram_timing_info dram_timing = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 2400, 1066, }, }; - diff --git a/board/freescale/imx8mn_evk/ddr4_timing_ld.c b/board/freescale/imx8mn_evk/ddr4_timing_ld.c index 983fc7d99ff..a3577efd0b2 100644 --- a/board/freescale/imx8mn_evk/ddr4_timing_ld.c +++ b/board/freescale/imx8mn_evk/ddr4_timing_ld.c @@ -1054,4 +1054,3 @@ struct dram_timing_info dram_timing = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 1600, 1066, }, }; - diff --git a/board/freescale/ls2080aqds/README b/board/freescale/ls2080aqds/README index 04c1941b056..971633c9c8b 100644 --- a/board/freescale/ls2080aqds/README +++ b/board/freescale/ls2080aqds/README @@ -213,4 +213,3 @@ DPMAC13 -> PHY4-P0 DPMAC14 -> PHY4-P1 DPMAC15 -> PHY4-P2 DPMAC16 -> PHY4-P3 - diff --git a/board/freescale/ls2080ardb/README b/board/freescale/ls2080ardb/README index 75a633ccb4e..4c1c36ea3a5 100644 --- a/board/freescale/ls2080ardb/README +++ b/board/freescale/ls2080ardb/README @@ -132,4 +132,3 @@ below: => setenv bootargs 'console=ttyS1,115200 root=/dev/ram earlycon=uart8250,mmio,0x21c0600,115200 default_hugepagesz=2m hugepagesz=2m hugepages=16 mem=2048M' - diff --git a/board/freescale/mx6memcal/mx6memcal.c b/board/freescale/mx6memcal/mx6memcal.c index 1cc744fa9ba..0dfd7dec9ef 100644 --- a/board/freescale/mx6memcal/mx6memcal.c +++ b/board/freescale/mx6memcal/mx6memcal.c @@ -30,4 +30,3 @@ int dram_init(void) gd->ram_size = imx_ddr_size(); return 0; } - diff --git a/board/freescale/t4rdb/cpld.h b/board/freescale/t4rdb/cpld.h index dc3f9f3c26c..fcac9244c8a 100644 --- a/board/freescale/t4rdb/cpld.h +++ b/board/freescale/t4rdb/cpld.h @@ -45,4 +45,3 @@ void cpld_write(unsigned int reg, u8 value); #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) #define CPLD_WRITE(reg, value) \ cpld_write(offsetof(struct cpld_data, reg), value) - diff --git a/board/gateworks/gw_ventana/Makefile b/board/gateworks/gw_ventana/Makefile index 8fa691aefc4..360d1d4c123 100644 --- a/board/gateworks/gw_ventana/Makefile +++ b/board/gateworks/gw_ventana/Makefile @@ -8,4 +8,3 @@ obj-y := gw_ventana.o gsc.o eeprom.o common.o obj-$(CONFIG_SPL_BUILD) += gw_ventana_spl.o - diff --git a/board/gateworks/gw_ventana/gsc.h b/board/gateworks/gw_ventana/gsc.h index 29d375b3a71..5c349888280 100644 --- a/board/gateworks/gw_ventana/gsc.h +++ b/board/gateworks/gw_ventana/gsc.h @@ -69,4 +69,3 @@ int gsc_info(int verbose); int gsc_boot_wd_disable(void); const char *gsc_get_dtb_name(int level, char *buf, int sz); #endif - diff --git a/board/gdsys/a38x/dt_helpers.c b/board/gdsys/a38x/dt_helpers.c index c859024a28b..61d30c2e637 100644 --- a/board/gdsys/a38x/dt_helpers.c +++ b/board/gdsys/a38x/dt_helpers.c @@ -39,4 +39,3 @@ int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name, return dm_gpio_request(gpio, gpio_name); } - diff --git a/board/ge/common/ge_rtc.c b/board/ge/common/ge_rtc.c index 48c3778046f..6437afc7bd0 100644 --- a/board/ge/common/ge_rtc.c +++ b/board/ge/common/ge_rtc.c @@ -53,4 +53,3 @@ void check_time(void) else env_set("rtc_status", "OK"); } - diff --git a/board/ge/mx53ppd/mx53ppd_video.c b/board/ge/mx53ppd/mx53ppd_video.c index 3240ed62aeb..4e2c6ebde73 100644 --- a/board/ge/mx53ppd/mx53ppd_video.c +++ b/board/ge/mx53ppd/mx53ppd_video.c @@ -92,4 +92,3 @@ struct display_info_t const displays[] = { }; size_t display_count = ARRAY_SIZE(displays); - diff --git a/board/hisilicon/poplar/poplar.c b/board/hisilicon/poplar/poplar.c index 6cc79d96a13..b89e7e86976 100644 --- a/board/hisilicon/poplar/poplar.c +++ b/board/hisilicon/poplar/poplar.c @@ -195,4 +195,3 @@ int board_init(void) return 0; } - diff --git a/board/keymile/common/qrio.c b/board/keymile/common/qrio.c index 25937ee362f..da516918af1 100644 --- a/board/keymile/common/qrio.c +++ b/board/keymile/common/qrio.c @@ -290,4 +290,3 @@ int get_scl(void) return qrio_get_gpio(KM_I2C_DEBLOCK_PORT, KM_I2C_DEBLOCK_SCL); } - diff --git a/board/logicpd/imx6/Makefile b/board/logicpd/imx6/Makefile index 337df9247df..dbaf18d3e0b 100644 --- a/board/logicpd/imx6/Makefile +++ b/board/logicpd/imx6/Makefile @@ -7,4 +7,3 @@ # obj-y := imx6logic.o - diff --git a/board/logicpd/imx6/README b/board/logicpd/imx6/README index 19f79c5734b..9d7b9128c4d 100644 --- a/board/logicpd/imx6/README +++ b/board/logicpd/imx6/README @@ -80,4 +80,3 @@ while starting. Additional Support Documentation can be found at: https://support.logicpd.com/ - diff --git a/board/mediatek/mt7622/Makefile b/board/mediatek/mt7622/Makefile index 2c54d86fffb..64f101337bf 100644 --- a/board/mediatek/mt7622/Makefile +++ b/board/mediatek/mt7622/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 obj-y += mt7622_rfb.o - diff --git a/board/mqmaker/miqi_rk3288/miqi-rk3288.c b/board/mqmaker/miqi_rk3288/miqi-rk3288.c index 779bc646b2a..1649bee063c 100644 --- a/board/mqmaker/miqi_rk3288/miqi-rk3288.c +++ b/board/mqmaker/miqi_rk3288/miqi-rk3288.c @@ -2,4 +2,3 @@ /* * (C) Copyright 2016 Rockchip Electronics Co., Ltd */ - diff --git a/board/mscc/jr2/Makefile b/board/mscc/jr2/Makefile index c1db2a90451..56fd8d913e6 100644 --- a/board/mscc/jr2/Makefile +++ b/board/mscc/jr2/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: (GPL-2.0+ OR MIT) obj-$(CONFIG_SOC_JR2) := jr2.o - diff --git a/board/mscc/ocelot/Makefile b/board/mscc/ocelot/Makefile index 9f28c812687..39ce9601b97 100644 --- a/board/mscc/ocelot/Makefile +++ b/board/mscc/ocelot/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: (GPL-2.0+ OR MIT) obj-$(CONFIG_SOC_OCELOT) := ocelot.o - diff --git a/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c b/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c index 80f2b83b589..0cbfc08183c 100644 --- a/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c +++ b/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c @@ -289,4 +289,3 @@ int ps7_init(void) return ret; return PS7_INIT_SUCCESS; } - diff --git a/board/phytium/durian/Makefile b/board/phytium/durian/Makefile index c2fbf19838d..8637ba4afce 100644 --- a/board/phytium/durian/Makefile +++ b/board/phytium/durian/Makefile @@ -6,4 +6,3 @@ # obj-y += durian.o - diff --git a/board/phytium/durian/cpu.h b/board/phytium/durian/cpu.h index a5a213d30cd..696731ede18 100644 --- a/board/phytium/durian/cpu.h +++ b/board/phytium/durian/cpu.h @@ -20,4 +20,3 @@ #define HNF_BASE (unsigned long)(0x3A200000) #endif /* _FT_DURIAN_H */ - diff --git a/board/phytium/durian/durian.c b/board/phytium/durian/durian.c index ef13f7cff48..ee484749bcf 100644 --- a/board/phytium/durian/durian.c +++ b/board/phytium/durian/durian.c @@ -113,4 +113,3 @@ int last_stage_init(void) } return ret; } - diff --git a/board/rockchip/evb_rk3229/evb_rk3229.c b/board/rockchip/evb_rk3229/evb_rk3229.c index c64c62f7b0f..0b14b241b30 100644 --- a/board/rockchip/evb_rk3229/evb_rk3229.c +++ b/board/rockchip/evb_rk3229/evb_rk3229.c @@ -7,4 +7,3 @@ #include <dm.h> #include <asm/io.h> #include <asm/arch-rockchip/uart.h> - diff --git a/board/rockchip/evb_rk3288/evb-rk3288.c b/board/rockchip/evb_rk3288/evb-rk3288.c index 779bc646b2a..1649bee063c 100644 --- a/board/rockchip/evb_rk3288/evb-rk3288.c +++ b/board/rockchip/evb_rk3288/evb-rk3288.c @@ -2,4 +2,3 @@ /* * (C) Copyright 2016 Rockchip Electronics Co., Ltd */ - diff --git a/board/rockchip/evb_rk3328/evb-rk3328.c b/board/rockchip/evb_rk3328/evb-rk3328.c index 779bc646b2a..1649bee063c 100644 --- a/board/rockchip/evb_rk3328/evb-rk3328.c +++ b/board/rockchip/evb_rk3328/evb-rk3328.c @@ -2,4 +2,3 @@ /* * (C) Copyright 2016 Rockchip Electronics Co., Ltd */ - diff --git a/board/synopsys/axs10x/axs10x.h b/board/synopsys/axs10x/axs10x.h index 69541cc5786..db5f0628747 100644 --- a/board/synopsys/axs10x/axs10x.h +++ b/board/synopsys/axs10x/axs10x.h @@ -12,4 +12,3 @@ enum { }; #endif /* _BOARD_SYNOPSYS_AXS10X_H */ - diff --git a/board/technexion/pico-imx7d/pico-imx7d.c b/board/technexion/pico-imx7d/pico-imx7d.c index d97e13b1cda..1c0cc238df0 100644 --- a/board/technexion/pico-imx7d/pico-imx7d.c +++ b/board/technexion/pico-imx7d/pico-imx7d.c @@ -244,4 +244,3 @@ int board_ehci_hcd_init(int port) } return 0; } - diff --git a/board/technexion/pico-imx8mq/lpddr4_timing_1gb.c b/board/technexion/pico-imx8mq/lpddr4_timing_1gb.c index bcb852668ca..97b9ee27527 100644 --- a/board/technexion/pico-imx8mq/lpddr4_timing_1gb.c +++ b/board/technexion/pico-imx8mq/lpddr4_timing_1gb.c @@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_1gb = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 3200, 667, }, }; - diff --git a/board/technexion/pico-imx8mq/lpddr4_timing_2gb.c b/board/technexion/pico-imx8mq/lpddr4_timing_2gb.c index 9a8a323d63e..1572a50a05f 100644 --- a/board/technexion/pico-imx8mq/lpddr4_timing_2gb.c +++ b/board/technexion/pico-imx8mq/lpddr4_timing_2gb.c @@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_2gb = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 3200, 667, }, }; - diff --git a/board/technexion/pico-imx8mq/lpddr4_timing_3gb.c b/board/technexion/pico-imx8mq/lpddr4_timing_3gb.c index 0f74ce581c3..3fc60a3eeb9 100644 --- a/board/technexion/pico-imx8mq/lpddr4_timing_3gb.c +++ b/board/technexion/pico-imx8mq/lpddr4_timing_3gb.c @@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_3gb = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 3200, 667, }, }; - diff --git a/board/technexion/pico-imx8mq/lpddr4_timing_4gb.c b/board/technexion/pico-imx8mq/lpddr4_timing_4gb.c index b1d1c5223ec..93b34235162 100644 --- a/board/technexion/pico-imx8mq/lpddr4_timing_4gb.c +++ b/board/technexion/pico-imx8mq/lpddr4_timing_4gb.c @@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_4gb = { .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .fsp_table = { 3200, 667, }, }; - diff --git a/board/terasic/de0-nano-soc/qts/pll_config.h b/board/terasic/de0-nano-soc/qts/pll_config.h index 68dc3bc2798..e439336d45a 100644 --- a/board/terasic/de0-nano-soc/qts/pll_config.h +++ b/board/terasic/de0-nano-soc/qts/pll_config.h @@ -81,4 +81,3 @@ #define CONFIG_HPS_ALTERAGRP_DBGATCLK 4 #endif /* _PRELOADER_PLL_CONFIG_H_ */ - diff --git a/board/xen/xenguest_arm64/xenguest_arm64.c b/board/xen/xenguest_arm64/xenguest_arm64.c index 21363d878f7..da0ddeefff3 100644 --- a/board/xen/xenguest_arm64/xenguest_arm64.c +++ b/board/xen/xenguest_arm64/xenguest_arm64.c @@ -195,4 +195,3 @@ void board_cleanup_before_linux(void) { xen_fini(); } - diff --git a/board/xilinx/versal/cmds.c b/board/xilinx/versal/cmds.c index 04d4cdb1411..797c1a5d689 100644 --- a/board/xilinx/versal/cmds.c +++ b/board/xilinx/versal/cmds.c @@ -102,4 +102,3 @@ U_BOOT_CMD(versal, 4, 1, do_versal, "versal sub-system", versal_help_text ) - diff --git a/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c b/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c index 337af2d9649..323835ab1b0 100644 --- a/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c +++ b/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c @@ -12485,7 +12485,3 @@ ps7_init() //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); return PS7_INIT_SUCCESS; } - - - - diff --git a/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c b/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c index c84ee6b1f21..cc90a4c94b5 100644 --- a/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c +++ b/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c @@ -12725,7 +12725,3 @@ ps7_init() //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); return PS7_INIT_SUCCESS; } - - - - diff --git a/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c b/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c index 7a15ea57296..8fb3908e022 100644 --- a/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c +++ b/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c @@ -12383,7 +12383,3 @@ ps7_init() //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); return PS7_INIT_SUCCESS; } - - - - diff --git a/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c b/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c index fda6d18dd92..04d2e5f1375 100644 --- a/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c +++ b/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c @@ -12565,4 +12565,3 @@ int ps7_init(void) return ret; return PS7_INIT_SUCCESS; } - diff --git a/cmd/pvblock.c b/cmd/pvblock.c index 4e99b06122b..56ce8b18d51 100644 --- a/cmd/pvblock.c +++ b/cmd/pvblock.c @@ -27,4 +27,3 @@ U_BOOT_CMD(pvblock, 5, 1, do_pvblock, "pvblock write addr blk# cnt - read/write `cnt'" " blocks starting at block `blk#'\n" " to/from memory address `addr'"); - diff --git a/cmd/scp03.c b/cmd/scp03.c index 655e0bba08b..216c942dd48 100644 --- a/cmd/scp03.c +++ b/cmd/scp03.c @@ -49,4 +49,3 @@ static char text[] = U_BOOT_CMD_WITH_SUBCMDS(scp03, "Secure Channel Protocol 03 control", text, U_BOOT_SUBCMD_MKENT(enable, 1, 1, do_scp03_enable), U_BOOT_SUBCMD_MKENT(provision, 1, 1, do_scp03_provision)); - diff --git a/cmd/smccc.c b/cmd/smccc.c index f5271817729..0539a42587e 100644 --- a/cmd/smccc.c +++ b/cmd/smccc.c @@ -69,4 +69,3 @@ U_BOOT_CMD( " - id Session ID, passed to W7 (defaults to zero)\n" ); #endif - diff --git a/common/lcd_console.c b/common/lcd_console.c index 9c0ff4480eb..ed36c78440c 100644 --- a/common/lcd_console.c +++ b/common/lcd_console.c @@ -258,4 +258,3 @@ U_BOOT_CMD( "print string on lcd-framebuffer", " <string>" ); - diff --git a/common/spl/spl_ram.c b/common/spl/spl_ram.c index df1d5b43d8b..df9f3a4d00f 100644 --- a/common/spl/spl_ram.c +++ b/common/spl/spl_ram.c @@ -81,5 +81,3 @@ SPL_LOAD_IMAGE_METHOD("RAM", 0, BOOT_DEVICE_RAM, spl_ram_load_image); #if CONFIG_IS_ENABLED(DFU) SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image); #endif - - diff --git a/doc/README.pcap b/doc/README.pcap index 97b3e55fd8c..8e30b93c663 100644 --- a/doc/README.pcap +++ b/doc/README.pcap @@ -59,4 +59,3 @@ PCAP status: # pcap stop # tftpput 0xffffffff80100000 $pcapsize 10.0.2.2:capture.pcap - diff --git a/doc/device-tree-bindings/mmc/snps,dw-mmc.txt b/doc/device-tree-bindings/mmc/snps,dw-mmc.txt index 69faefa95e9..0c9e3ada5a3 100644 --- a/doc/device-tree-bindings/mmc/snps,dw-mmc.txt +++ b/doc/device-tree-bindings/mmc/snps,dw-mmc.txt @@ -30,4 +30,3 @@ mmc0@f000a000 { clock-names = "biu", "ciu"; max-frequency = <25000000>; }; - diff --git a/doc/device-tree-bindings/net/mdio.txt b/doc/device-tree-bindings/net/mdio.txt index 15953250502..a7d8ac5b15a 100644 --- a/doc/device-tree-bindings/net/mdio.txt +++ b/doc/device-tree-bindings/net/mdio.txt @@ -33,4 +33,3 @@ requires no compatible property for probing. reg = <2>; }; }; - diff --git a/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt b/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt index 2e91be93b78..3ad8d460f2c 100644 --- a/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt +++ b/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt @@ -34,4 +34,3 @@ onewire_tm: onewire { compatible = "maxim,ds24xxx"; } }; - diff --git a/doc/device-tree-bindings/w1-eeprom/ds2502.txt b/doc/device-tree-bindings/w1-eeprom/ds2502.txt index 7f05fc432e0..8788e570587 100644 --- a/doc/device-tree-bindings/w1-eeprom/ds2502.txt +++ b/doc/device-tree-bindings/w1-eeprom/ds2502.txt @@ -30,4 +30,3 @@ Example with parent bus: compatible = "maxim,ds2502"; }; }; - diff --git a/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt b/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt index 82bb5899af9..ebf718c7432 100644 --- a/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt +++ b/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt @@ -31,4 +31,3 @@ onewire_tm: onewire { compatible = "sandbox,w1-eeprom"; } }; - diff --git a/doc/device-tree-bindings/w1/w1-gpio.txt b/doc/device-tree-bindings/w1/w1-gpio.txt index 5a582448e40..2ba86d7d91f 100644 --- a/doc/device-tree-bindings/w1/w1-gpio.txt +++ b/doc/device-tree-bindings/w1/w1-gpio.txt @@ -37,4 +37,3 @@ onewire_tm: onewire { compatible = "maxim,ds24xxx"; } }; - diff --git a/doc/mvebu/armada-8k-memory.txt b/doc/mvebu/armada-8k-memory.txt index 064518eb51b..f554d71e99c 100644 --- a/doc/mvebu/armada-8k-memory.txt +++ b/doc/mvebu/armada-8k-memory.txt @@ -53,4 +53,3 @@ Start End Use 0xFFF00000 0xFFFFFFFF Bootrom 0x100000000 <DRAM Size>-1 DRAM - diff --git a/doc/mvebu/cmd/bubt.txt b/doc/mvebu/cmd/bubt.txt index a539c15bcde..6051243f116 100644 --- a/doc/mvebu/cmd/bubt.txt +++ b/doc/mvebu/cmd/bubt.txt @@ -52,4 +52,3 @@ Notes: - NAND: # nand write <load_address> 0 <ATF Size> - SPI: # sf write <load_address> 0 <ATF Size> - SD/eMMC: # mmc write <load_address> [0|1] <ATF Size>/<block_size> - diff --git a/drivers/axi/axi-uclass.c b/drivers/axi/axi-uclass.c index afb4844ecbd..41551ae85c9 100644 --- a/drivers/axi/axi-uclass.c +++ b/drivers/axi/axi-uclass.c @@ -38,4 +38,3 @@ UCLASS_DRIVER(axi) = { .post_bind = dm_scan_fdt_dev, .flags = DM_UC_FLAG_SEQ_ALIAS, }; - diff --git a/drivers/clk/at91/clk-sam9x60-pll.c b/drivers/clk/at91/clk-sam9x60-pll.c index 1bfae5fd016..383f79cfbaf 100644 --- a/drivers/clk/at91/clk-sam9x60-pll.c +++ b/drivers/clk/at91/clk-sam9x60-pll.c @@ -439,4 +439,3 @@ U_BOOT_DRIVER(at91_sam9x60_frac_pll_clk) = { .ops = &sam9x60_frac_pll_ops, .flags = DM_FLAG_PRE_RELOC, }; - diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile index 7204383e173..b9c6bd66cfa 100644 --- a/drivers/clk/meson/Makefile +++ b/drivers/clk/meson/Makefile @@ -7,4 +7,3 @@ obj-$(CONFIG_CLK_MESON_GX) += gxbb.o obj-$(CONFIG_CLK_MESON_AXG) += axg.o obj-$(CONFIG_CLK_MESON_G12A) += g12a.o obj-$(CONFIG_CLK_MESON_G12A) += g12a-ao.o - diff --git a/drivers/clk/rockchip/clk_pll.c b/drivers/clk/rockchip/clk_pll.c index 83d45c75ee2..8d2aaf5b843 100644 --- a/drivers/clk/rockchip/clk_pll.c +++ b/drivers/clk/rockchip/clk_pll.c @@ -359,4 +359,3 @@ rockchip_get_cpu_settings(struct rockchip_cpu_rate_table *cpu_table, else return ps; } - diff --git a/drivers/ddr/altera/sdram_s10.c b/drivers/ddr/altera/sdram_s10.c index 3caa2e14f94..d3a6d21860c 100644 --- a/drivers/ddr/altera/sdram_s10.c +++ b/drivers/ddr/altera/sdram_s10.c @@ -335,4 +335,3 @@ int sdram_mmr_init_full(struct udevice *dev) debug("DDR: HMC init success\n"); return 0; } - diff --git a/drivers/ddr/marvell/a38x/ddr3_training.c b/drivers/ddr/marvell/a38x/ddr3_training.c index 2512b58cb7b..0ddd5aea75e 100644 --- a/drivers/ddr/marvell/a38x/ddr3_training.c +++ b/drivers/ddr/marvell/a38x/ddr3_training.c @@ -2895,4 +2895,3 @@ unsigned int mv_ddr_misl_phy_odt_n_get(void) return odt_n; } - diff --git a/drivers/fpga/socfpga.c b/drivers/fpga/socfpga.c index 685957626be..d73414d5ac5 100644 --- a/drivers/fpga/socfpga.c +++ b/drivers/fpga/socfpga.c @@ -69,4 +69,3 @@ void fpgamgr_program_write(const void *rbf_data, size_t rbf_size) : "+r"(src), "+r"(dst), "+r"(loops32), "+r"(loops4) : : "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "cc"); } - diff --git a/drivers/gpio/hi6220_gpio.c b/drivers/gpio/hi6220_gpio.c index 04f8d904a2f..608ad64f656 100644 --- a/drivers/gpio/hi6220_gpio.c +++ b/drivers/gpio/hi6220_gpio.c @@ -91,5 +91,3 @@ U_BOOT_DRIVER(gpio_hi6220) = { .probe = hi6220_gpio_probe, .priv_auto = sizeof(struct gpio_bank), }; - - diff --git a/drivers/misc/fsl_devdis.c b/drivers/misc/fsl_devdis.c index abd20b4d61f..cfe03b40cd0 100644 --- a/drivers/misc/fsl_devdis.c +++ b/drivers/misc/fsl_devdis.c @@ -25,4 +25,3 @@ void device_disable(const struct devdis_table *tbl, uint32_t num) tbl[i].mask); } } - diff --git a/drivers/mtd/nand/raw/mxs_nand_spl.c b/drivers/mtd/nand/raw/mxs_nand_spl.c index 17f46ae5e91..d16224a2e08 100644 --- a/drivers/mtd/nand/raw/mxs_nand_spl.c +++ b/drivers/mtd/nand/raw/mxs_nand_spl.c @@ -295,4 +295,3 @@ int nand_default_bbt(struct mtd_info *mtd) void nand_deselect(void) { } - diff --git a/drivers/net/fsl-mc/dpni.c b/drivers/net/fsl-mc/dpni.c index 443e430695e..5290be20c85 100644 --- a/drivers/net/fsl-mc/dpni.c +++ b/drivers/net/fsl-mc/dpni.c @@ -525,4 +525,3 @@ int dpni_reset_statistics(struct fsl_mc_io *mc_io, /* send command to mc*/ return mc_send_command(mc_io, &cmd); } - diff --git a/drivers/net/mvmdio.c b/drivers/net/mvmdio.c index 96f8dc62b56..6fb8a985d03 100644 --- a/drivers/net/mvmdio.c +++ b/drivers/net/mvmdio.c @@ -234,4 +234,3 @@ U_BOOT_DRIVER(mvmdio) = { .ops = &mvmdio_ops, .priv_auto = sizeof(struct mvmdio_priv), }; - diff --git a/drivers/net/octeontx/nic_main.c b/drivers/net/octeontx/nic_main.c index 8f05d4e720e..0f36f2586e6 100644 --- a/drivers/net/octeontx/nic_main.c +++ b/drivers/net/octeontx/nic_main.c @@ -775,4 +775,3 @@ static struct pci_device_id octeontx_nic_supported[] = { }; U_BOOT_PCI_DEVICE(octeontx_nic, octeontx_nic_supported); - diff --git a/drivers/net/octeontx2/Makefile b/drivers/net/octeontx2/Makefile index c9300727aef..dc14efd132f 100644 --- a/drivers/net/octeontx2/Makefile +++ b/drivers/net/octeontx2/Makefile @@ -5,4 +5,3 @@ obj-$(CONFIG_NET_OCTEONTX2) += cgx.o nix_af.o nix.o rvu_pf.o \ rvu_af.o rvu_common.o - diff --git a/drivers/net/octeontx2/nix.c b/drivers/net/octeontx2/nix.c index 039c44b6540..5954737b5c6 100644 --- a/drivers/net/octeontx2/nix.c +++ b/drivers/net/octeontx2/nix.c @@ -828,4 +828,3 @@ void nix_print_mac_info(struct udevice *dev) printf(" CGX%d LMAC%d [%s]", lmac->cgx->cgx_id, lmac->lmac_id, lmac_type_to_str[lmac->lmac_type]); } - diff --git a/drivers/net/octeontx2/npc.h b/drivers/net/octeontx2/npc.h index 6e645cd32ea..a20a1ba0671 100644 --- a/drivers/net/octeontx2/npc.h +++ b/drivers/net/octeontx2/npc.h @@ -87,4 +87,3 @@ struct npc { } #endif /* __NPC_H__ */ - diff --git a/drivers/net/octeontx2/rvu.h b/drivers/net/octeontx2/rvu.h index f455260a6fe..c0a834b89ad 100644 --- a/drivers/net/octeontx2/rvu.h +++ b/drivers/net/octeontx2/rvu.h @@ -116,4 +116,3 @@ void rvu_aq_free(struct admin_queue *aq); void rvu_get_lfid_for_pf(int pf, int *nixid, int *npaid); #endif /* __RVU_H__ */ - diff --git a/drivers/phy/marvell/comphy_core.h b/drivers/phy/marvell/comphy_core.h index ba64491dfe1..9bbd7f8f35d 100644 --- a/drivers/phy/marvell/comphy_core.h +++ b/drivers/phy/marvell/comphy_core.h @@ -141,4 +141,3 @@ void comphy_pcie_config_detect(u32 comphy_max_count, void comphy_pcie_unit_general_config(u32 pex_index); #endif /* _COMPHY_CORE_H_ */ - diff --git a/drivers/phy/marvell/utmi_phy.h b/drivers/phy/marvell/utmi_phy.h index 8a570bae739..264d14b6041 100644 --- a/drivers/phy/marvell/utmi_phy.h +++ b/drivers/phy/marvell/utmi_phy.h @@ -98,4 +98,3 @@ (0x3 << UTMI_CHGDTC_CTRL_VSRC_OFFSET) #endif /* _UTMI_PHY_H_ */ - diff --git a/drivers/pinctrl/mediatek/pinctrl-mt7622.c b/drivers/pinctrl/mediatek/pinctrl-mt7622.c index b413a4c7e48..bf4e9a28e9d 100644 --- a/drivers/pinctrl/mediatek/pinctrl-mt7622.c +++ b/drivers/pinctrl/mediatek/pinctrl-mt7622.c @@ -750,5 +750,3 @@ U_BOOT_DRIVER(mt7622_pinctrl) = { .probe = mtk_pinctrl_mt7622_probe, .priv_auto = sizeof(struct mtk_pinctrl_priv), }; - - diff --git a/drivers/ram/rockchip/sdram_rk322x.c b/drivers/ram/rockchip/sdram_rk322x.c index 30e9c3ddc45..cd4234f389e 100644 --- a/drivers/ram/rockchip/sdram_rk322x.c +++ b/drivers/ram/rockchip/sdram_rk322x.c @@ -853,4 +853,3 @@ U_BOOT_DRIVER(dmc_rk322x) = { .plat_auto = sizeof(struct rk322x_sdram_params), #endif }; - diff --git a/drivers/reset/reset-raspberrypi.c b/drivers/reset/reset-raspberrypi.c index e2d284e5aca..6a80179b822 100644 --- a/drivers/reset/reset-raspberrypi.c +++ b/drivers/reset/reset-raspberrypi.c @@ -57,4 +57,3 @@ U_BOOT_DRIVER(raspberrypi_reset) = { .of_match = raspberrypi_reset_ids, .ops = &raspberrypi_reset_ops, }; - diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c index 2cada4efbfc..40381b57b08 100644 --- a/drivers/serial/serial_sti_asc.c +++ b/drivers/serial/serial_sti_asc.c @@ -209,4 +209,3 @@ U_BOOT_DRIVER(serial_sti_asc) = { .probe = sti_asc_serial_probe, .priv_auto = sizeof(struct sti_asc_serial), }; - diff --git a/drivers/serial/serial_xen.c b/drivers/serial/serial_xen.c index e1d5b229bd7..ab318b06462 100644 --- a/drivers/serial/serial_xen.c +++ b/drivers/serial/serial_xen.c @@ -180,4 +180,3 @@ U_BOOT_DRIVER(serial_xen) = { .flags = DM_FLAG_PRE_RELOC, #endif }; - diff --git a/drivers/timer/stm32_timer.c b/drivers/timer/stm32_timer.c index e34f5202fc6..f07251e54c0 100644 --- a/drivers/timer/stm32_timer.c +++ b/drivers/timer/stm32_timer.c @@ -135,4 +135,3 @@ U_BOOT_DRIVER(stm32_timer) = { .probe = stm32_timer_probe, .ops = &stm32_timer_ops, }; - diff --git a/drivers/usb/eth/r8152.c b/drivers/usb/eth/r8152.c index 4677da9f293..d21fc682b03 100644 --- a/drivers/usb/eth/r8152.c +++ b/drivers/usb/eth/r8152.c @@ -1894,4 +1894,3 @@ static const struct usb_device_id r8152_eth_id_table[] = { U_BOOT_USB_DEVICE(r8152_eth, r8152_eth_id_table); #endif /* CONFIG_DM_ETH */ - diff --git a/drivers/usb/gadget/at91_udc.h b/drivers/usb/gadget/at91_udc.h index 668b8c4a7c6..96a521ee08e 100644 --- a/drivers/usb/gadget/at91_udc.h +++ b/drivers/usb/gadget/at91_udc.h @@ -164,4 +164,3 @@ struct at91_request { #define DBG(stuff...) debug("udc: " stuff) #endif - diff --git a/drivers/video/rockchip/rk_mipi.c b/drivers/video/rockchip/rk_mipi.c index 8813220671d..f14cbc6dbf7 100644 --- a/drivers/video/rockchip/rk_mipi.c +++ b/drivers/video/rockchip/rk_mipi.c @@ -328,4 +328,3 @@ int rk_mipi_phy_enable(struct udevice *dev) return 0; } - diff --git a/drivers/xen/events.c b/drivers/xen/events.c index c490f87b2fc..5e90a658464 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -196,4 +196,3 @@ void fini_events(void) /* Dealloc all events */ unbind_all_ports(); } - diff --git a/drivers/xen/gnttab.c b/drivers/xen/gnttab.c index 778729d646e..31e96e2939c 100644 --- a/drivers/xen/gnttab.c +++ b/drivers/xen/gnttab.c @@ -215,4 +215,3 @@ void fini_gnttab(void) setup.dom = DOMID_SELF; setup.nr_frames = 0; } - diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 4fd02cd75da..428c2f7fd72 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -93,4 +93,3 @@ #define CONFIG_SYS_CS1_CTRL 0x0100 #endif /* __AMCORE_CONFIG_H */ - diff --git a/include/configs/broadcom_bcm963158.h b/include/configs/broadcom_bcm963158.h index 6bdca174a66..d9300de4783 100644 --- a/include/configs/broadcom_bcm963158.h +++ b/include/configs/broadcom_bcm963158.h @@ -35,4 +35,3 @@ /* * bcm963158 */ - diff --git a/include/configs/broadcom_bcm968580xref.h b/include/configs/broadcom_bcm968580xref.h index ba5c3d8bb4d..26ba55a43a3 100644 --- a/include/configs/broadcom_bcm968580xref.h +++ b/include/configs/broadcom_bcm968580xref.h @@ -34,4 +34,3 @@ /* * 968580xref */ - diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 38e421ebc4a..faeb903f359 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -133,4 +133,3 @@ #endif /* CONFIG_SPL_BUILD */ #endif /* __CONFIG_CM_T335_H */ - diff --git a/include/configs/comtrend_ar5315u.h b/include/configs/comtrend_ar5315u.h index 71a1af1cddc..9f4b4e28045 100644 --- a/include/configs/comtrend_ar5315u.h +++ b/include/configs/comtrend_ar5315u.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6318.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/comtrend_ar5387un.h b/include/configs/comtrend_ar5387un.h index 7b195749ac4..888a6d89859 100644 --- a/include/configs/comtrend_ar5387un.h +++ b/include/configs/comtrend_ar5387un.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6328.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/comtrend_ct5361.h b/include/configs/comtrend_ct5361.h index 2a28e6c624d..10e29699480 100644 --- a/include/configs/comtrend_ct5361.h +++ b/include/configs/comtrend_ct5361.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6348.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/comtrend_wap5813n.h b/include/configs/comtrend_wap5813n.h index c8cddaf126e..f786c465bac 100644 --- a/include/configs/comtrend_wap5813n.h +++ b/include/configs/comtrend_wap5813n.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6368.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/emsdp.h b/include/configs/emsdp.h index c99222df9ce..2ceefed9340 100644 --- a/include/configs/emsdp.h +++ b/include/configs/emsdp.h @@ -29,4 +29,3 @@ "emsdp rom lock\0" #endif /* _CONFIG_EMSDP_H_ */ - diff --git a/include/configs/huawei_hg556a.h b/include/configs/huawei_hg556a.h index 529fc9495ef..7c88af0532d 100644 --- a/include/configs/huawei_hg556a.h +++ b/include/configs/huawei_hg556a.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6358.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/km/km-mpc832x.h b/include/configs/km/km-mpc832x.h index 537a9d554b0..de6e7daf066 100644 --- a/include/configs/km/km-mpc832x.h +++ b/include/configs/km/km-mpc832x.h @@ -71,4 +71,4 @@ #define CONFIG_SYS_KMBEC_FPGA_SIZE 128 /* EEprom support */ - +#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 diff --git a/include/configs/nas220.h b/include/configs/nas220.h index be022204aa4..16bbc9b049f 100644 --- a/include/configs/nas220.h +++ b/include/configs/nas220.h @@ -81,4 +81,3 @@ #define CONFIG_KIRKWOOD_GPIO #endif /* _CONFIG_NAS220_H */ - diff --git a/include/configs/netgear_cg3100d.h b/include/configs/netgear_cg3100d.h index 8d2b3e73a04..59468a4c559 100644 --- a/include/configs/netgear_cg3100d.h +++ b/include/configs/netgear_cg3100d.h @@ -5,4 +5,3 @@ #include <configs/bmips_common.h> #include <configs/bmips_bcm3380.h> - diff --git a/include/configs/netgear_dgnd3700v2.h b/include/configs/netgear_dgnd3700v2.h index 779c20700a9..f14316c8456 100644 --- a/include/configs/netgear_dgnd3700v2.h +++ b/include/configs/netgear_dgnd3700v2.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6362.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/sagem_f@st1704.h b/include/configs/sagem_f@st1704.h index e5bb4e50d12..d6d2014ef51 100644 --- a/include/configs/sagem_f@st1704.h +++ b/include/configs/sagem_f@st1704.h @@ -5,4 +5,3 @@ #include <configs/bmips_common.h> #include <configs/bmips_bcm6338.h> - diff --git a/include/configs/sfr_nb4_ser.h b/include/configs/sfr_nb4_ser.h index 529fc9495ef..7c88af0532d 100644 --- a/include/configs/sfr_nb4_ser.h +++ b/include/configs/sfr_nb4_ser.h @@ -7,4 +7,3 @@ #include <configs/bmips_bcm6358.h> #define CONFIG_REMAKE_ELF - diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h index 0f9ec664f37..50c808383db 100644 --- a/include/configs/verdin-imx8mm.h +++ b/include/configs/verdin-imx8mm.h @@ -119,4 +119,3 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #endif /*_VERDIN_IMX8MM_H */ - diff --git a/include/dm/platform_data/spi_coldfire.h b/include/dm/platform_data/spi_coldfire.h index da514bad0d3..0d534b1d665 100644 --- a/include/dm/platform_data/spi_coldfire.h +++ b/include/dm/platform_data/spi_coldfire.h @@ -26,4 +26,3 @@ struct coldfire_spi_plat { }; #endif /* __spi_coldfire_h */ - diff --git a/include/dt-bindings/clock/mt7622-clk.h b/include/dt-bindings/clock/mt7622-clk.h index 22b8d08b600..76fcaff0e42 100644 --- a/include/dt-bindings/clock/mt7622-clk.h +++ b/include/dt-bindings/clock/mt7622-clk.h @@ -268,4 +268,3 @@ #define CLK_SGMII_CDR_FB 3 #endif /* _DT_BINDINGS_CLK_MT7622_H */ - diff --git a/include/dt-bindings/comphy/comphy_data.h b/include/dt-bindings/comphy/comphy_data.h index 8353a787405..8a492412388 100644 --- a/include/dt-bindings/comphy/comphy_data.h +++ b/include/dt-bindings/comphy/comphy_data.h @@ -51,4 +51,3 @@ #define UTMI_PHY_INVALID 0xff #endif /* _COMPHY_DATA_H_ */ - diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl/dra.h index 18ec5df5a58..b543eebd2f0 100644 --- a/include/dt-bindings/pinctrl/dra.h +++ b/include/dt-bindings/pinctrl/dra.h @@ -77,4 +77,3 @@ #define A_DELAY_PS(val) ((val) & 0xffff) #define G_DELAY_PS(val) ((val) & 0xffff) #endif - diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h index f48245ff87e..4c060ee0e0a 100644 --- a/include/dt-bindings/pinctrl/omap.h +++ b/include/dt-bindings/pinctrl/omap.h @@ -89,4 +89,3 @@ #define OMAP4_UART4_RX 0x11c #endif - diff --git a/include/dt-bindings/pinctrl/stm32-pinfunc.h b/include/dt-bindings/pinctrl/stm32-pinfunc.h index e6fb8ada3f4..e6e07807894 100644 --- a/include/dt-bindings/pinctrl/stm32-pinfunc.h +++ b/include/dt-bindings/pinctrl/stm32-pinfunc.h @@ -39,4 +39,3 @@ #define STM32MP_PKG_AD 0x8 #endif /* _DT_BINDINGS_STM32_PINFUNC_H */ - diff --git a/include/dt-bindings/thermal/thermal.h b/include/dt-bindings/thermal/thermal.h index bc7babb1a67..7871e5f52b1 100644 --- a/include/dt-bindings/thermal/thermal.h +++ b/include/dt-bindings/thermal/thermal.h @@ -13,4 +13,3 @@ #define THERMAL_NO_LIMIT (~0) #endif - diff --git a/include/environment/ti/nand.h b/include/environment/ti/nand.h index f2482e8c35e..11dcefcc41c 100644 --- a/include/environment/ti/nand.h +++ b/include/environment/ti/nand.h @@ -23,4 +23,3 @@ #else #define NANDARGS "" #endif - diff --git a/include/linux/serial_reg.h b/include/linux/serial_reg.h index 29c3b5b9a53..ef020ad162b 100644 --- a/include/linux/serial_reg.h +++ b/include/linux/serial_reg.h @@ -384,4 +384,3 @@ #define UART_EXAR_RXTRG 0x0b /* Rx FIFO trigger level write-only */ #endif /* _LINUX_SERIAL_REG_H */ - diff --git a/include/smem.h b/include/smem.h index 598799d3a0c..83da9e177e2 100644 --- a/include/smem.h +++ b/include/smem.h @@ -88,4 +88,3 @@ void *smem_get(struct udevice *dev, unsigned int host, unsigned int item, size_t int smem_get_free_space(struct udevice *dev, unsigned int host); #endif /* _smem_h_ */ - diff --git a/include/st_logo_data.h b/include/st_logo_data.h index d8d1fd3b035..b53fa1c38b1 100644 --- a/include/st_logo_data.h +++ b/include/st_logo_data.h @@ -3263,4 +3263,3 @@ unsigned char stmicroelectronics_uboot_logo_8bit_rle[] = { 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x00, 0xff, 0x00, 0xe1, 0x00, 0x00, 0x01 }; - diff --git a/net/tftp.c b/net/tftp.c index 5baf528f4ec..87392014d58 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -925,4 +925,3 @@ void tftp_start_server(void) memset(net_server_ethaddr, 0, 6); } #endif /* CONFIG_CMD_TFTPSRV */ - diff --git a/scripts/dtc/treesource.c b/scripts/dtc/treesource.c index 2461a3d068a..b36cb41902a 100644 --- a/scripts/dtc/treesource.c +++ b/scripts/dtc/treesource.c @@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct dt_info *dti) write_tree_source_node(f, dti->dt, 0); } - diff --git a/test/dm/pci_ep.c b/test/dm/pci_ep.c index 9b03b8bae36..9941abd4ceb 100644 --- a/test/dm/pci_ep.c +++ b/test/dm/pci_ep.c @@ -62,4 +62,3 @@ static int dm_test_pci_ep_base(struct unit_test_state *uts) } DM_TEST(dm_test_pci_ep_base, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT); - diff --git a/test/dm/smem.c b/test/dm/smem.c index a797026cb5e..289fb59ba13 100644 --- a/test/dm/smem.c +++ b/test/dm/smem.c @@ -25,4 +25,3 @@ static int dm_test_smem_base(struct unit_test_state *uts) return 0; } DM_TEST(dm_test_smem_base, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT); - |