]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/common/memtst.c
* Code cleanup:
[people/ms/u-boot.git] / board / mpl / common / memtst.c
index 122ba2ecdce99645bda7068158bfd23c346d7d62..c994a8b05f4e48ebbdf67fc6f8160904c7f52e1d 100644 (file)
@@ -65,9 +65,6 @@ int testdram (void)
 #define MEGABYTE (1024*1024)
 
 
-
-
-
 typedef struct {
        volatile unsigned long pat1;
        volatile unsigned long pat2;
@@ -444,7 +441,6 @@ void *RAM_MemTest_Check2Addr2 (int mode, unsigned long startaddr,
 }
 
 
-
 typedef struct {
        void (*test_write) (unsigned long startaddr, unsigned long size,
                                                unsigned long *pat);