diff options
author | Xiang Wang <wxjstz@126.com> | 2018-07-19 16:33:59 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-31 10:07:57 +0000 |
commit | d945621b5dbe59e6eea153a8f376c42ad3d6664c (patch) | |
tree | a979d4b5eca0832c2171afa41a160a60a8867219 /payloads | |
parent | 5b7c6f52e6177100210dff5d066129e28d284331 (diff) |
riscv: fix issues (timestrap & PRIu64)
When I tried to compile the RISC-V code (202e7d4f3c), I found some errors:
`PRIu64` is undefined
src/arch/riscv/timestamp.c does not exist
Currently RISC-V does not have the implementation and use of timestamp,
so I temporarily delete the code related to timestamp in the Makefile.
And define PRIu64.
Change-Id: I7f1a0793113bce7c1411e39f102cf20dbadda5d6
Signed-off-by: Xiang Wang <wxjstz@126.com>
Reviewed-on: https://review.coreboot.org/27543
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'payloads')
0 files changed, 0 insertions, 0 deletions