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/io_map.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/u-boot/cmd/memtester/io_map.h b/u-boot/cmd/ddr_tool/io_map.h similarity index 64% rename from u-boot/cmd/memtester/io_map.h rename to u-boot/cmd/ddr_tool/io_map.h index 3b17440..5ec4994 100644 --- a/u-boot/cmd/memtester/io_map.h +++ b/u-boot/cmd/ddr_tool/io_map.h @@ -3,12 +3,12 @@ * Copyright (C) 2019 Rockchip Electronics Co., Ltd. */ -#ifndef _CMD_MEMTESTER_IO_MAP_H -#define _CMD_MEMTESTER_IO_MAP_H +#ifndef __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H +#define __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H #define CPU_2_IO_ALIGN_LEN (16) /* 16 byte */ int data_cpu_2_io(void *p, u32 len); void data_cpu_2_io_init(void); -#endif /* _CMD_MEMTESTER_IO_MAP_H */ +#endif /* __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H */ -- Gitblit v1.6.2