post: 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-13 15:19:28 +02:00 committed by Tom Rini
parent 190abad092
commit 6671056402
4 changed files with 0 additions and 5 deletions

View file

@ -12,7 +12,6 @@
#include <post.h> #include <post.h>
#include <flash.h> #include <flash.h>
/* /*
* This code will walk over the declared sectors erasing them, * This code will walk over the declared sectors erasing them,
* then programming them, then verifying the written contents. * then programming them, then verifying the written contents.

View file

@ -157,7 +157,6 @@ DECLARE_GLOBAL_DATA_PTR;
#warning "Injecting address line errors for testing purposes" #warning "Injecting address line errors for testing purposes"
#endif #endif
/* /*
* This function performs a double word move from the data at * This function performs a double word move from the data at
* the source pointer to the location at the destination pointer. * the source pointer to the location at the destination pointer.
@ -199,7 +198,6 @@ const static unsigned long long pattern[] = {
}; };
const unsigned long long otherpattern = 0x0123456789abcdefULL; const unsigned long long otherpattern = 0x0123456789abcdefULL;
static int memory_post_dataline(unsigned long long * pmem) static int memory_post_dataline(unsigned long long * pmem)
{ {
unsigned long long temp64 = 0; unsigned long long temp64 = 0;

View file

@ -203,5 +203,4 @@
#define ASM_STSWI(rd, rs, simm) ASM_11IF(OP_STSWI, rd, rs, simm) #define ASM_STSWI(rd, rs, simm) ASM_11IF(OP_STSWI, rd, rs, simm)
#define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2) #define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2)
#endif /* _CPU_ASM_H */ #endif /* _CPU_ASM_H */

View file

@ -43,7 +43,6 @@ extern int sysmon_init_f (void);
extern void sysmon_reloc (void); extern void sysmon_reloc (void);
struct post_test post_list[] = struct post_test post_list[] =
{ {
#if CFG_POST & CFG_SYS_POST_OCM #if CFG_POST & CFG_SYS_POST_OCM