summaryrefslogtreecommitdiff
path: root/tcl/board/sheevaplug.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/sheevaplug.cfg')
-rw-r--r--tcl/board/sheevaplug.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/board/sheevaplug.cfg b/tcl/board/sheevaplug.cfg
index 62b78ee1..afd621a7 100644
--- a/tcl/board/sheevaplug.cfg
+++ b/tcl/board/sheevaplug.cfg
@@ -11,7 +11,8 @@ $_TARGETNAME configure \
arm7_9 dcc_downloads enable
# this assumes the hardware default peripherals location before u-Boot moves it
-nand device orion 0 0xd8000000
+set _FLASHNAME $_CHIPNAME.flash
+nand device $_FLASHNAME orion 0 0xd8000000
proc sheevaplug_init { } {