cmd: ddr_tool: update ddr tool to version 1.01
Change-Id: I05ffb164dfa6bb8aa997ab5783c274215dc938f5 Signed-off-by: Tang Yun ping <typ@rock-chips.com>
This commit is contained in:
parent
fa65566613
commit
a492b30692
|
|
@ -17,4 +17,7 @@ endif
|
|||
ifdef CONFIG_ROCKCHIP_RK1808
|
||||
obj-$(CONFIG_CMD_DDR_TEST_TOOL) = ddr_test_rk1808.o
|
||||
endif
|
||||
|
||||
ifndef CONFIG_CMD_MEMTESTER
|
||||
obj-$(CONFIG_CMD_DDR_TEST_TOOL) += ../memtester/ddr_tester_common.o
|
||||
obj-$(CONFIG_CMD_DDR_TEST_TOOL) += ../memtester/io_map.o
|
||||
endif
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue