forked from len0rd/rockbox
erosqnative: use same target ID for hw3/hw4 bootloaders
The bootloaders for version 3 and 4 hardware used separate target IDs which now overlap with the Nano 3G / Nano 4G ports. It likely makes sense for all the ErosQ native builds to share the same ID. Change-Id: I40d166758744e8ba25931e568da11f374b2d7b90
This commit is contained in:
parent
4096669eb5
commit
71d3bd2091
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -4196,7 +4196,7 @@ fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
248|erosqnative_v3)
|
248|erosqnative_v3)
|
||||||
target_id=117
|
target_id=116
|
||||||
modelname="erosqnative_v3"
|
modelname="erosqnative_v3"
|
||||||
target="EROS_QN"
|
target="EROS_QN"
|
||||||
memory=32
|
memory=32
|
||||||
|
@ -4223,7 +4223,7 @@ fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
249|erosqnative_v4)
|
249|erosqnative_v4)
|
||||||
target_id=118
|
target_id=116
|
||||||
modelname="erosqnative_v4"
|
modelname="erosqnative_v4"
|
||||||
target="EROS_QN"
|
target="EROS_QN"
|
||||||
memory=32
|
memory=32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue