From 71d3bd209177f0ad3468c75a4f14f5fd77302c0a Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Tue, 22 Apr 2025 12:22:09 +0100 Subject: [PATCH] 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 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index 0bd0747af5..6704ba138c 100755 --- a/tools/configure +++ b/tools/configure @@ -4196,7 +4196,7 @@ fi ;; 248|erosqnative_v3) - target_id=117 + target_id=116 modelname="erosqnative_v3" target="EROS_QN" memory=32 @@ -4223,7 +4223,7 @@ fi ;; 249|erosqnative_v4) - target_id=118 + target_id=116 modelname="erosqnative_v4" target="EROS_QN" memory=32