mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
adds LINK_TARGET for FW to start from ram
This commit is contained in:
@@ -91,5 +91,6 @@ if(FW_BUILD)
|
||||
FetchContent_Populate(riscvfw)
|
||||
endif()
|
||||
set(BOARD moonlight)
|
||||
set(LINK_TARGET ram)
|
||||
add_subdirectory(${riscvfw_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user