diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 13:46:50 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:24:03 +0000 |
commit | 97344731aeaa16766d1467698596df7df6dd7747 (patch) | |
tree | e21c947f1c397bb0ab78d0b9409c90bd95c34a75 /src/arch | |
parent | ee78dca468d2f654cce513684762ee443254d203 (diff) |
tree: Drop unused <cbmem.h>
Change-Id: If8be8dc26f2729f55dc6716e6d01e2b801d79e44
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81829
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/riscv/payload.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/riscv/payload.c b/src/arch/riscv/payload.c index 7c6e0f4f98..2e35e60794 100644 --- a/src/arch/riscv/payload.c +++ b/src/arch/riscv/payload.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <cbmem.h> #include <program_loading.h> #include <stdint.h> #include <arch/boot.h> |