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.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/u-boot/cmd/memtester/tests.h b/u-boot/cmd/ddr_tool/memtester/tests.h similarity index 94% rename from u-boot/cmd/memtester/tests.h rename to u-boot/cmd/ddr_tool/memtester/tests.h index b3ddcae..5082dbc 100644 --- a/u-boot/cmd/memtester/tests.h +++ b/u-boot/cmd/ddr_tool/memtester/tests.h @@ -15,6 +15,9 @@ * */ +#ifndef __CMD_DDR_TOOL_MEMTESTER_TESTS_H +#define __CMD_DDR_TOOL_MEMTESTER_TESTS_H + /* Function declaration. */ int test_stuck_address(u32v *bufa, size_t count); @@ -54,3 +57,5 @@ int test_16bit_wide_random(u32v *bufa, u32v *bufb, size_t count, ul fix_bit, ul fix_level); #endif + +#endif /* __CMD_DDR_TOOL_MEMTESTER_TESTS_H */ -- Gitblit v1.6.2