diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-17 08:38:36 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2022-12-20 12:07:46 +0000 |
commit | 1201fb9a9182c81bdf5ee14acf065e69d156c6c7 (patch) | |
tree | b2d31e69886b1b958a979811743d99415ee383b6 /src/soc/intel/tigerlake | |
parent | d96aaa6634d8cdb281aec3703592999e55934060 (diff) |
src/soc: Remove unneeded <assert.h>
As _Static_assert() is a compiler built-in, <assert.h> is not needed.
Change-Id: I578b4bf286538d0606569d19ec760a1846c8145b
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70904
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r-- | src/soc/intel/tigerlake/meminit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/meminit.c b/src/soc/intel/tigerlake/meminit.c index ad3ed73747..d4f96689f0 100644 --- a/src/soc/intel/tigerlake/meminit.c +++ b/src/soc/intel/tigerlake/meminit.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <assert.h> #include <console/console.h> #include <fsp/util.h> #include <soc/meminit.h> |