From: dbrownell at B. <dbr...@ma...> - 2009-09-27 00:08:55
|
Author: dbrownell Date: 2009-09-27 00:08:50 +0200 (Sun, 27 Sep 2009) New Revision: 2761 Modified: trunk/tcl/board/dm355evm.cfg Log: On DM355 EVM board, associate NAND chips with $_TARGETNAME instead of a target number. Modified: trunk/tcl/board/dm355evm.cfg =================================================================== --- trunk/tcl/board/dm355evm.cfg 2009-09-26 22:01:24 UTC (rev 2760) +++ trunk/tcl/board/dm355evm.cfg 2009-09-26 22:08:50 UTC (rev 2761) @@ -191,8 +191,8 @@ # 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) |