]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/zylonite/flash.c
basic u-boot is working, boots into the command shell.
[karo-tx-uboot.git] / board / zylonite / flash.c
index ba82892dde557e22b1ea97b1e75828e17460c4ed..883c1ba3b3f2f3ffabbc618e0a0c00438eae9e00 100644 (file)
@@ -62,6 +62,7 @@ void inline spin_wheel (void);
 
 unsigned long flash_init (void)
 {
+#if 0
        int i;
        ulong size = 0;
 
@@ -94,6 +95,8 @@ unsigned long flash_init (void)
                        CFG_ENV_ADDR + CFG_ENV_SIZE - 1, &flash_info[0] );
 
        return size;
+#endif
+       return 0;
 }
 
 /*-----------------------------------------------------------------------