diff options
| author | Rick Chen <[email protected]> | 2017-12-26 13:55:58 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-12 08:05:12 -0500 |
| commit | 068feb9b86d991283c43b56e36094f4e6f484d04 (patch) | |
| tree | 48810d14016cccf4565c394383d59f449c8c3347 /include/image.h | |
| parent | c7d7e80acdd5585a63ca548e87c8694dc9d2fefa (diff) | |
riscv: Modify generic codes to support RISC-V
Support common commands bdinfo and image format,
also modify common generic flow for RISC-V.
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Greentime Hu <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index a128a623e51..a41a8369c65 100644 --- a/include/image.h +++ b/include/image.h @@ -190,6 +190,7 @@ enum { IH_ARCH_ARC, /* Synopsys DesignWare ARC */ IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ IH_ARCH_XTENSA, /* Xtensa */ + IH_ARCH_RISCV, /* RISC-V */ IH_ARCH_COUNT, }; |
