summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-03-30 18:16:56 -0400
committerTom Rini <trini@konsulko.com>2018-03-30 18:16:56 -0400
commit0ca0a546b186478b9de80cbd27fa8baf17e30863 (patch)
treeda9e58e3cab0a924755bb9be2e809cd18468fc8c /common/image.c
parent2476d26fd307edc84e8257dc1bccefb65547f88a (diff)
parentd58717e42559189a226ea800173147399c8edef9 (diff)
Merge git://git.denx.de/u-boot-riscv
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index f5278a0df45..e1c50eb25d0 100644
--- a/common/image.c
+++ b/common/image.c
@@ -86,6 +86,7 @@ static const table_entry_t uimage_arch[] = {
{ IH_ARCH_ARC, "arc", "ARC", },
{ IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
{ IH_ARCH_XTENSA, "xtensa", "Xtensa", },
+ { IH_ARCH_RISCV, "riscv", "RISC-V", },
{ -1, "", "", },
};