aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 08:42:00 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-05 17:38:39 +0000
commita97f03513f3e7e2e0d59ddd9ab1c52ce99beec35 (patch)
treef5e7f360eafdbc8622c7c3e8724a86576b55cf0e /src
parent249343bebb6f9c4401403d01dd2feb39e6a2d178 (diff)
device/dram/lpddr4.c: Remove unused <string.h>
Change-Id: Iba3135178f2d6021702971e4d887e9b4f8afeb76 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/device/dram/lpddr4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/dram/lpddr4.c b/src/device/dram/lpddr4.c
index 3c686d0107..a0c71f28a8 100644
--- a/src/device/dram/lpddr4.c
+++ b/src/device/dram/lpddr4.c
@@ -4,7 +4,6 @@
#include <cbmem.h>
#include <device/device.h>
#include <device/dram/lpddr4.h>
-#include <string.h>
#include <memory_info.h>
#include <smbios.h>
#include <types.h>