X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fdm355evm.cfg;fp=tcl%2Fboard%2Fdm355evm.cfg;h=8b126fa14f86d6364963adcb5d5b5cee960e4fde;hb=5c3c4af88f56b4c6301ed2f428e263a844c47baa;hp=bb745005c2fa7703b1e36db1acda63b0b6a3c4f1;hpb=2329ae93062aedcc5840851c98e1719edf9fe0bb;p=openocd.git diff --git a/tcl/board/dm355evm.cfg b/tcl/board/dm355evm.cfg index bb745005c2..8b126fa14f 100644 --- a/tcl/board/dm355evm.cfg +++ b/tcl/board/dm355evm.cfg @@ -191,8 +191,8 @@ proc dm355evm_init {} { # you either (a) have 'new' DM355 chips, with boot ROMs that don't need to # use "hwecc4_infix" for the UBL; or else (b) aren't updating anything that # needs infix layout ... like an old UBL, old U-Boot, old MVL kernel, etc. -nand device davinci 0 0x02000000 hwecc4 0x01e10000 -nand device davinci 0 0x02004000 hwecc4 0x01e10000 +nand device davinci $_TARGETNAME 0x02000000 hwecc4 0x01e10000 +nand device davinci $_TARGETNAME 0x02004000 hwecc4 0x01e10000 # FIXME # - support writing UBL with its header (new layout only with new ROMs)