From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:06 +0000 Subject: [PATCH] rk3568 rt uboot init --- u-boot/cmd/ddr_tool/memtester/tests.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/u-boot/cmd/memtester/tests.c b/u-boot/cmd/ddr_tool/memtester/tests.c similarity index 99% rename from u-boot/cmd/memtester/tests.c rename to u-boot/cmd/ddr_tool/memtester/tests.c index 4f27c1c..b4aa288 100644 --- a/u-boot/cmd/memtester/tests.c +++ b/u-boot/cmd/ddr_tool/memtester/tests.c @@ -17,7 +17,7 @@ #include "memtester.h" #include "sizes.h" #include "types.h" -#include "io_map.h" +#include "../io_map.h" union { unsigned char bytes[UL_LEN / 8]; -- Gitblit v1.6.2