summaryrefslogtreecommitdiffstats
path: root/board/delta/delta.c
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 /board/delta/delta.c
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 'board/delta/delta.c')
-rw-r--r--board/delta/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delta/delta.c b/board/delta/delta.c
index e618ab96a1..3ffcc2af9b 100644
--- a/board/delta/delta.c
+++ b/board/delta/delta.c
@@ -41,7 +41,7 @@ int board_init (void)
/* memory and cpu-speed are setup before relocation */
/* so we do _nothing_ here */
- /* arch number of Lubbock-Board */
+ /* arch number of Lubbock-Board mk@tbd: fix this! */
gd->bd->bi_arch_number = MACH_TYPE_LUBBOCK;
/* adress of boot parameters */
OpenPOWER on IntegriCloud