From: Markus Klotzbücher Date: Thu, 9 Feb 2006 12:19:25 +0000 (+0100) Subject: basic u-boot is working, boots into the command shell. X-Git-Tag: LABEL_2006_03_12_0025~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3c36e6b9427b8d05c8982d7ebe46be59662c4da;p=kernel%2Fu-boot.git basic u-boot is working, boots into the command shell. --- diff --git a/board/zylonite/flash.c b/board/zylonite/flash.c index ba82892..883c1ba 100644 --- a/board/zylonite/flash.c +++ b/board/zylonite/flash.c @@ -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; } /*----------------------------------------------------------------------- diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h index 99d6a93..c5fb076 100644 --- a/include/configs/zylonite.h +++ b/include/configs/zylonite.h @@ -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