Skip to content

Commit

Permalink
Merge pull request #1204 from ucb-bar/mergify/bp/1.6.x/pr-1197
Browse files Browse the repository at this point in the history
DROMAJO_ROM variable fix (backport #1197)
  • Loading branch information
abejgonzalez authored Jul 21, 2022
2 parents 481398b + 0f00fba commit 2d6c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dromajo/dromajo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DROMAJO_LIB_NAME = dromajo_cosim
DROMAJO_LIB = $(DROMAJO_DIR)/lib$(DROMAJO_LIB_NAME).a

# Dromajo assumes using the default bootrom
DROMAJO_ROM = $(base_dir)/bootrom/bootrom.rv64.img
DROMAJO_ROM = $(build_dir)/bootrom.rv64.img

DTS_FILE = $(build_dir)/$(long_name).dts
DROMAJO_DTB = $(build_dir)/$(long_name).dtb
Expand Down

0 comments on commit 2d6c77a

Please sign in to comment.