Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
#include <post.h>
#include <flash.h>
-
/*
* This code will walk over the declared sectors erasing them,
* then programming them, then verifying the written contents.
#warning "Injecting address line errors for testing purposes"
#endif
-
/*
* This function performs a double word move from the data at
* the source pointer to the location at the destination pointer.
};
const unsigned long long otherpattern = 0x0123456789abcdefULL;
-
static int memory_post_dataline(unsigned long long * pmem)
{
unsigned long long temp64 = 0;
#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)
-
#endif /* _CPU_ASM_H */
extern void sysmon_reloc (void);
-
struct post_test post_list[] =
{
#if CFG_POST & CFG_SYS_POST_OCM