]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sixnet/sixnet.c
Code cleanup
[karo-tx-uboot.git] / board / sixnet / sixnet.c
index 63c57c93f92f607e006221a35979b4b0020f3a69..42d14970403656844b12169cd7f2940c447f65a5 100644 (file)
@@ -330,7 +330,7 @@ int misc_init_r (void)
 #if (CONFIG_COMMANDS & CFG_CMD_NAND)
 void nand_init(void)
 {
-       unsigned long totlen = nand_probe(CFG_NAND_BASE);
+       unsigned long totlen = nand_probe(CFG_DFLASH_BASE);
 
        printf ("%4lu MB\n", totlen >> 20);
 }