summaryrefslogtreecommitdiffstats
path: root/lib_arm
diff options
context:
space:
mode:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>2006-02-28 18:05:25 +0100
committerMarkus Klotzbücher <mk@pollux.(none)>2006-02-28 18:05:25 +0100
commit6949328d7df7a98b88a8edc0f7238687a3083a22 (patch)
treea6909a0121f01c6f76df82a257682b29a750516f /lib_arm
parent0377dca227cc883bbaacbe1c442cef5bd6b0e121 (diff)
downloadtalos-obmc-uboot-6949328d7df7a98b88a8edc0f7238687a3083a22.tar.gz
talos-obmc-uboot-6949328d7df7a98b88a8edc0f7238687a3083a22.zip
First steps implementing NAND support. Not working, fails to read ID.
Diffstat (limited to 'lib_arm')
-rw-r--r--lib_arm/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index a420de15e5..0f3a999d14 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -179,11 +179,13 @@ static int display_dram_config (void)
return (0);
}
+#ifndef CFG_NO_FLASH
static void display_flash_config (ulong size)
{
puts ("Flash: ");
print_size (size, "\n");
}
+#endif /* CFG_NO_FLASH */
/*
@@ -259,9 +261,11 @@ void start_armboot (void)
}
}
+#ifndef CFG_NO_FLASH
/* configure available FLASH banks */
size = flash_init ();
display_flash_config (size);
+#endif /* CFG_NO_FLASH */
#ifdef CONFIG_VFD
# ifndef PAGE_SIZE
OpenPOWER on IntegriCloud