Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #331 from Seinlin/bug-982463
Browse files Browse the repository at this point in the history
Bug 982463 - Add dolphin support to B2G. r=mwu
  • Loading branch information
rvandermeulen committed Apr 22, 2014
2 parents 9491166 + 77dff6b commit 846c906
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions config.sh
Expand Up @@ -145,6 +145,12 @@ case "$1" in
repo_sync $1
;;

"dolphin")
echo DEVICE=scx15_sp7715ga >> .tmp-config &&
echo PRODUCT_NAME=scx15_sp7715gaplus >> .tmp-config &&
repo_sync $1
;;

"pandaboard")
echo DEVICE=panda >> .tmp-config &&
repo_sync $1
Expand Down Expand Up @@ -192,6 +198,7 @@ case "$1" in
echo - fugu
echo - tarako
echo - tara
echo - dolphin
echo - pandaboard
echo - flatfish
echo - flame
Expand Down
4 changes: 2 additions & 2 deletions flash.sh
Expand Up @@ -129,7 +129,7 @@ flash_fastboot()
if [ "$DEVICE" == "flatfish" ]; then
DATA_PART_NAME="data"
fi
if [ "$DEVICE" != "helix" ]; then
if [ "$DEVICE" != "helix" -a "$DEVICE_NAME" != "dolphin" ]; then
run_fastboot $VERB cache &&
run_fastboot $VERB $DATA_PART_NAME
if [ $? -ne 0 ]; then
Expand Down Expand Up @@ -333,7 +333,7 @@ case "$DEVICE" in
exit $?
;;

"flame"|"otoro"|"unagi"|"keon"|"peak"|"inari"|"sp8810ea"|"wasabi"|"flatfish")
"flame"|"otoro"|"unagi"|"keon"|"peak"|"inari"|"sp8810ea"|"wasabi"|"flatfish"|"scx15_sp7715ga")
flash_fastboot nounlock $PROJECT
;;

Expand Down

0 comments on commit 846c906

Please sign in to comment.