u-boot/cmd/memtester/memtester.csimilarity index 98%rename from u-boot/cmd/memtester/memtester.crename to u-boot/cmd/ddr_tool/memtester/memtester.c
.. .. @@ -20,8 +20,8 @@ 20 20 #include "sizes.h" 21 21 #include "types.h" 22 22 #include "tests.h" 23 -#include "io_map.h"24 -#include "ddr_tester_common.h"23 +#include "../ddr_tool_common.h"24 +#include "../io_map.h"25 25 26 26 #define EXIT_FAIL_NONSTARTER 0x01 27 27 #define EXIT_FAIL_ADDRESSLINES 0x02