summaryrefslogtreecommitdiff
path: root/tcl/board/omap2420_h4.cfg
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-01-20 10:46:53 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-01-20 10:46:53 -0800
commit22d25e69213c49395ee0d40f6cc1eda935873ed2 (patch)
tree86dd9866e2d78b0ea97073c762f3de7c974696b1 /tcl/board/omap2420_h4.cfg
parent6f2b88448fff59d00f625d0d361a7b9abf6bd673 (diff)
downloadopenocd_libswd-22d25e69213c49395ee0d40f6cc1eda935873ed2.tar.gz
openocd_libswd-22d25e69213c49395ee0d40f6cc1eda935873ed2.tar.bz2
openocd_libswd-22d25e69213c49395ee0d40f6cc1eda935873ed2.tar.xz
openocd_libswd-22d25e69213c49395ee0d40f6cc1eda935873ed2.zip
board configs -- unique names for flash chips
Don't give the same names to both flash chips on two OMAP boards. For OSK, enable DCC downloads (removing a warning). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board/omap2420_h4.cfg')
-rw-r--r--tcl/board/omap2420_h4.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/tcl/board/omap2420_h4.cfg b/tcl/board/omap2420_h4.cfg
index 12efa053..d789e253 100644
--- a/tcl/board/omap2420_h4.cfg
+++ b/tcl/board/omap2420_h4.cfg
@@ -8,7 +8,5 @@ reset_config trst_and_srst separate
# Board configs can vary a *LOT* ... parts, jumpers, etc.
# This GP board boots from cs0 using NOR (2x32M), and also
# has 64M NAND on cs6.
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME cfi 0x06000000 0x02000000 2 2 $_TARGETNAME
+flash bank h4.u10 cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
+flash bank h4.u11 cfi 0x06000000 0x02000000 2 2 $_TARGETNAME