summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-01-29 15:39:22 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-02-02 13:08:52 +0900
commitdfc7a9a475133deaec07efe8be3479b0b0dfec48 (patch)
tree23d2f2e16869b74f8de0513bf6521660da9757f8 /scripts
parentbbf17e594e7d9629016a63f5dd4fe004d17604d5 (diff)
add BSP 4.1.x upport request
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/base.py b/scripts/base.py
index 7430fee..5e5161e 100755
--- a/scripts/base.py
+++ b/scripts/base.py
@@ -19,7 +19,7 @@ import subprocess
class base:
__top = os.path.abspath(__file__ + "/../../");
__key = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
- __bsp = ["bsp39x"]
+ __bsp = ["bsp41x", "bsp39x"]
#--------------------
# chomp