Skip to content

Commit 3c081c5

Browse files
committed
scripts: logging: Add openrisc to ARCHS
The OpenRISC CPU architecture is signified by the CONFIG_OPENRISC Kconfig option. This patch adds this information to the log database ARCHS table. Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
1 parent b749bb6 commit 3c081c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/logging/dictionary/dictionary_parser/log_database.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
# for explanation.
4747
"extra_string_section": ['datas'],
4848
},
49+
"openrisc" : {
50+
"kconfig": "CONFIG_OPENRISC",
51+
},
4952
"posix" : {
5053
"kconfig": "CONFIG_ARCH_POSIX",
5154
},

0 commit comments

Comments
 (0)