1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-28 22:11:16 +02:00

include: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-23 01:28:34 +02:00
committed by Tom Rini
parent a1af57b70a
commit 6627fbba20
41 changed files with 0 additions and 115 deletions

View File

@@ -14,7 +14,6 @@
#include <asm/arch/soc.h>
#endif
#ifdef CONFIG_SYS_FSL_ERRATUM_A006379
static inline bool has_erratum_a006379(void)
{
@@ -62,7 +61,6 @@ static inline bool has_erratum_a008378(void)
u32 svr = get_svr();
u32 soc = SVR_SOC_VER(svr);
switch (soc) {
#ifdef CONFIG_ARCH_LS1021A
case SOC_VER_LS1020: