From b3c36e6b9427b8d05c8982d7ebe46be59662c4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Klotzb=FCcher?= Date: Thu, 9 Feb 2006 13:19:25 +0100 Subject: basic u-boot is working, boots into the command shell. --- board/zylonite/flash.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/zylonite') 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; } /*----------------------------------------------------------------------- -- cgit v1.1