diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-17 11:03:49 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-11-19 00:40:04 +0000 |
commit | 006887b688219c8c5e2c301780906892565fc2f1 (patch) | |
tree | ec15d2fce70af7ac3233a942495bf6c795c2aafc /src/soc/amd/common/block | |
parent | 1e0ce7a9d8d67e83c67e22dd51d5b8e8f6e7cb8d (diff) |
tree: Remove unused <assert.h>
Remove <assert.h> when it is not used.
Change-Id: Icb8ee7dcfd05e0a3131d02d1bc8fe150bbf9527b
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85164
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r-- | src/soc/amd/common/block/cpu/noncar/early_cache.c | 1 | ||||
-rw-r--r-- | src/soc/amd/common/block/psp/psp_efs.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/cpu/noncar/early_cache.c b/src/soc/amd/common/block/cpu/noncar/early_cache.c index 2ff8760115..8c5fbc30e8 100644 --- a/src/soc/amd/common/block/cpu/noncar/early_cache.c +++ b/src/soc/amd/common/block/cpu/noncar/early_cache.c @@ -2,7 +2,6 @@ #include <amdblocks/cpu.h> #include <amdblocks/iomap.h> -#include <assert.h> #include <cpu/amd/mtrr.h> #include <cpu/x86/cache.h> #include <cpu/x86/msr.h> diff --git a/src/soc/amd/common/block/psp/psp_efs.c b/src/soc/amd/common/block/psp/psp_efs.c index 7227b9257a..fa69aea554 100644 --- a/src/soc/amd/common/block/psp/psp_efs.c +++ b/src/soc/amd/common/block/psp/psp_efs.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <amdblocks/psp_efs.h> -#include <assert.h> #include <boot_device.h> #include <commonlib/region.h> #include <device/mmio.h> |