diff options
Diffstat (limited to 'src/target/target/nslu2.cfg')
-rw-r--r-- | src/target/target/nslu2.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/target/nslu2.cfg b/src/target/target/nslu2.cfg index 2ad71174..52984107 100644 --- a/src/target/target/nslu2.cfg +++ b/src/target/target/nslu2.cfg @@ -1,7 +1,7 @@ -# This is for the LinkSys (CYSCO) LSLU2 board -# It is an Intel XSCALE IPX420 CPU. +# This is for the LinkSys (CISCO) NSLU2 board +# It is an Intel XSCALE IXP420 CPU. -source [find target/ipx42x.cfg] +source [find target/ixp42x.cfg] # The _TARGETNAME is set by the above. $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x00020000 -work-area-size 0x10000 -work-area-backup 0 |