Browse Source

board: Add Sony Ericsson J100I Phone

This patch add the Sony Ericsson J100I Phone to the board configurations.

Change-Id: I083ddf067c8ecdfdda0404fe9e9df980dbb86fe8
Signed-off-by: Mathias K <kesmtp@freenet.de>
Reviewed-on: http://openocd.zylin.com/631
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.6.0-rc1
Mathias K 12 years ago
committed by Spencer Oliver
parent
commit
423bfc49f9
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      tcl/board/phone_se_j100i.cfg

+ 12
- 0
tcl/board/phone_se_j100i.cfg View File

@@ -0,0 +1,12 @@
#
# Sony Ericsson J100I Phone
#
# more informations can be found on
# http://bb.osmocom.org/trac/wiki/SonyEricssonJ100i
#
source [find target/ti_calypso.cfg]

# external flash

set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME cfi 0x00000000 0x400000 2 2 $_TARGETNAME

Loading…
Cancel
Save