summaryrefslogtreecommitdiffstats
path: root/board/zylonite
diff options
context:
space:
mode:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>2006-02-09 13:19:25 +0100
committerMarkus Klotzbücher <mk@pollux.(none)>2006-02-09 13:19:25 +0100
commitb3c36e6b9427b8d05c8982d7ebe46be59662c4da (patch)
tree0e23f33907d1b8a8a2c9629a5cf11438fbc60ba4 /board/zylonite
parent9d803d8c0b7fd9aeb2e708e9e48dd76d7287856d (diff)
downloadtalos-obmc-uboot-b3c36e6b9427b8d05c8982d7ebe46be59662c4da.tar.gz
talos-obmc-uboot-b3c36e6b9427b8d05c8982d7ebe46be59662c4da.zip
basic u-boot is working, boots into the command shell.
Diffstat (limited to 'board/zylonite')
-rw-r--r--board/zylonite/flash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/zylonite/flash.c b/board/zylonite/flash.c
index ba82892dde..883c1ba3b3 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;
}
/*-----------------------------------------------------------------------
OpenPOWER on IntegriCloud