summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/ddr3_spd.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-29 11:16:13 -0500
committerTom Rini <trini@konsulko.com>2023-11-29 11:16:13 -0500
commit6357cf0cc4eaded5326cd10bca359ade2969708a (patch)
treedc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /arch/arm/mach-keystone/ddr3_spd.c
parent339d96822efad9e6e445959224b48375124741d8 (diff)
parent53a230001263e6aca89e7a1322f2c7adbee4d55e (diff)
Merge branch '2023-11-29-assorted-platform-updates' into next
- Add a TFTP put test, a few TI Keystone 2 updates, fix stack-protector for PowerPC, fixes in lib/slre, timer-uclass and pvblock.
Diffstat (limited to 'arch/arm/mach-keystone/ddr3_spd.c')
-rw-r--r--arch/arm/mach-keystone/ddr3_spd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/ddr3_spd.c b/arch/arm/mach-keystone/ddr3_spd.c
index 6f7f8ab7b40..d4ff442175b 100644
--- a/arch/arm/mach-keystone/ddr3_spd.c
+++ b/arch/arm/mach-keystone/ddr3_spd.c
@@ -5,8 +5,8 @@
* (C) Copyright 2015-2016 Texas Instruments Incorporated, <www.ti.com>
*/
-#include <common.h>
#include <log.h>
+#include <string.h>
#include <i2c.h>
#include <ddr_spd.h>