diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 17:59:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 10:56:47 +0000 |
commit | 8a5283ab1b18614c4df7f2e9e194ad058ba7e29f (patch) | |
tree | 7efcd1ed4d84bcb40a85aaba12dd48c5610eb6ce /src/arch | |
parent | 55d6238fa6cd6297a4bad5c34b6618d52e848618 (diff) |
src: Remove unneeded include <cbmem.h>
Change-Id: I89e03b6def5c78415bf73baba55941953a70d8de
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29302
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/armv7/mmu.c | 1 | ||||
-rw-r--r-- | src/arch/arm64/arm_tf.c | 1 | ||||
-rw-r--r-- | src/arch/arm64/boot.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arm/armv7/mmu.c b/src/arch/arm/armv7/mmu.c index 935f778ec5..b63497ce8f 100644 --- a/src/arch/arm/armv7/mmu.c +++ b/src/arch/arm/armv7/mmu.c @@ -33,7 +33,6 @@ #include <stdint.h> #include <symbols.h> -#include <cbmem.h> #include <console/console.h> #include <arch/cache.h> diff --git a/src/arch/arm64/arm_tf.c b/src/arch/arm64/arm_tf.c index 384b1b724e..eaf873965f 100644 --- a/src/arch/arm64/arm_tf.c +++ b/src/arch/arm64/arm_tf.c @@ -20,7 +20,6 @@ #include <arm_tf.h> #include <assert.h> #include <cbfs.h> -#include <cbmem.h> #include <program_loading.h> /* diff --git a/src/arch/arm64/boot.c b/src/arch/arm64/boot.c index 65a01bf562..54a33e0daf 100644 --- a/src/arch/arm64/boot.c +++ b/src/arch/arm64/boot.c @@ -18,7 +18,6 @@ #include <arch/stages.h> #include <arch/transition.h> #include <arm_tf.h> -#include <cbmem.h> #include <program_loading.h> #include <rules.h> #include <string.h> |