Skip to content

Commit

Permalink
[board] lt527x using prebuilt dram lib
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jan 30, 2024
1 parent 928784e commit 8413842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/board/lt527x.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CONFIG_CHIP_DCACHE True)
add_definitions(-DCONFIG_CHIP_SUN55IW3 -DCONFIG_CHIP_DCACHE)

set(CONFIG_USE_DRAM_PAYLOAD True)
set(CONFIG_USE_PREBUILT_DRAM_PAYLOAD False)
set(CONFIG_USE_PREBUILT_DRAM_PAYLOAD True)
set(CONFIG_USE_DRAM_PAYLOAD_SOURCE_PATH "${CMAKE_SOURCE_DIR}/payloads/sun55iw3_libdram")
set(CONFIG_USE_DRAM_PAYLOAD_BIN_PATH "${CONFIG_USE_DRAM_PAYLOAD_SOURCE_PATH}/output/ddr.bin")
set(CONFIG_USE_DRAM_PAYLOAD_FILE_PATH "${CMAKE_SOURCE_DIR}/board/longanpi-4b/payloads/init_dram_bin.c")
Expand Down

0 comments on commit 8413842

Please sign in to comment.