Skip to content

Commit 8ceb1a6

Browse files
committed
script: logging/dictionary: add arch MicroBlaze
Internal references: FWRIVERHD-5201 Signed-off-by: Alp Sayin <[email protected]>
1 parent 8dde7b7 commit 8ceb1a6

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
@@ -27,6 +27,9 @@
2727
"arm64" : {
2828
"kconfig": "CONFIG_ARM64",
2929
},
30+
"microblaze" : {
31+
"kconfig": "CONFIG_MICROBLAZE",
32+
},
3033
"mips" : {
3134
"kconfig": "CONFIG_MIPS",
3235
},

0 commit comments

Comments
 (0)