hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
u-boot/cmd/memtester/tests.c
similarity index 99%rename from u-boot/cmd/memtester/tests.crename to u-boot/cmd/ddr_tool/memtester/tests.c
....@@ -17,7 +17,7 @@
1717 #include "memtester.h"
1818 #include "sizes.h"
1919 #include "types.h"
20
-#include "io_map.h"
20
+#include "../io_map.h"
2121
2222 union {
2323 unsigned char bytes[UL_LEN / 8];