[PATCH 1/8] k3-ddr.c: Remove unwanted header files
Neha Malcom Francis
n-francis at ti.com
Mon Jan 27 15:22:10 CET 2025
This header file is not in use in these arch/board specific files,
remove them.
Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
---
arch/arm/mach-k3/k3-ddr.c | 1 -
board/ti/common/k3-ddr.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/arm/mach-k3/k3-ddr.c b/arch/arm/mach-k3/k3-ddr.c
index 6e3e60cdc86..026381490da 100644
--- a/arch/arm/mach-k3/k3-ddr.c
+++ b/arch/arm/mach-k3/k3-ddr.c
@@ -5,7 +5,6 @@
#include <fdt_support.h>
#include <dm/uclass.h>
-#include <k3-ddrss.h>
#include <spl.h>
#include <asm/arch/k3-ddr.h>
diff --git a/board/ti/common/k3-ddr.c b/board/ti/common/k3-ddr.c
index a8425da8de5..926f6ea0e7d 100644
--- a/board/ti/common/k3-ddr.c
+++ b/board/ti/common/k3-ddr.c
@@ -5,7 +5,6 @@
#include <fdt_support.h>
#include <dm/uclass.h>
-#include <k3-ddrss.h>
#include <spl.h>
#include "k3-ddr.h"
--
2.34.1
More information about the U-Boot
mailing list