tools/configure.c: Add missing k210 support.

Fix a minor but necessary addition to configure.c for the K210 port that was missed in commit e33fc3dc89
This commit is contained in:
Gregory Nutt 2020-01-15 18:55:10 -06:00 committed by Alan Carvalho de Assis
parent 0e77e3373e
commit 177c037aa9

View File

@ -221,6 +221,7 @@ static const char *g_chipnames[] =
"sh7032",
"fe310",
"gap8",
"k210",
"nr5m100",
"sim",
"qemu",