]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
basic u-boot is working, boots into the command shell.
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>
Thu, 9 Feb 2006 12:19:25 +0000 (13:19 +0100)
committerMarkus Klotzbücher <mk@pollux.(none)>
Thu, 9 Feb 2006 12:19:25 +0000 (13:19 +0100)
board/zylonite/flash.c
include/configs/zylonite.h

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;
 }
 
 /*-----------------------------------------------------------------------
index 99d6a93959f9f66e2d2a5861955555f869364819..c5fb07654b6dbbaaf3672ef1c83a280bffe2379a 100644 (file)
@@ -61,7 +61,7 @@
 /*
  * select serial console configuration
  */
-#define CONFIG_FFUART         1       /* we use FFUART on LUBBOCK */
+#define CONFIG_FFUART         1
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE