]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/nand/mxs_nand_spl.c
mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
[people/ms/u-boot.git] / drivers / mtd / nand / mxs_nand_spl.c
index ff28df4c19ec9e03a76cb42c2d74f5ddd6a31d19..b6c9208140fbe9dd62b5a1083d0cc6e0a957248e 100644 (file)
@@ -153,7 +153,7 @@ static int mxs_nand_init(void)
        nand_chip.numchips = 1;
 
        /* identify flash device */
-       puts("NAND : ");
+       puts(": ");
        if (mxs_flash_ident(mtd)) {
                printf("Failed to identify\n");
                return -1;