]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/blobdiff - post/drivers/memory.c
Big white-space cleanup.
[glsdk/glsdk-u-boot.git] / post / drivers / memory.c
index e94d92c08b81d1bc9af69ef02c1eb826ea301932..e32020f8234018b176c592e2cce49fb11267b528 100644 (file)
@@ -282,7 +282,7 @@ static int memory_post_addrline(ulong *testaddr, ulong *base, ulong size)
 #endif
                        if(readback == *testaddr) {
                                post_log ("Memory (address line) error at %08x<->%08x, "
-                                       "XOR value %08x !\n",
+                                       "XOR value %08x !\n",
                                        testaddr, target, xor);
                                ret = -1;
                        }