summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-09-05 10:39:21 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-09-06 17:57:31 +0000
commit7a9716bb45066795b59b3c82374d0d7c5b8b7062 (patch)
treece84f1c037d2628487fd75a96c8ecf7469c8220c /src/soc/nvidia
parentc547996c7cc11ace34b296324798591cc568cc96 (diff)
downloadcoreboot-7a9716bb45066795b59b3c82374d0d7c5b8b7062.tar.gz
coreboot-7a9716bb45066795b59b3c82374d0d7c5b8b7062.tar.bz2
coreboot-7a9716bb45066795b59b3c82374d0d7c5b8b7062.zip
src: remove force-included header rules.h from individual files
The header file `rules.h` is automatically included in the build by the top level makefile using the command: `-include src/soc/intel/common/block/scs/early_mmc.c`. Similar to `config.h` and 'kconfig.h`, this file does not need to be included manually, so remove it. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I23a1876b4b671d8565cf9b391d3babf800c074db Reviewed-on: https://review.coreboot.org/c/coreboot/+/67348 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/nvidia')
-rw-r--r--src/soc/nvidia/tegra210/memlayout.ld1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/memlayout.ld b/src/soc/nvidia/tegra210/memlayout.ld
index 42f216464471..d9d7070bc6c9 100644
--- a/src/soc/nvidia/tegra210/memlayout.ld
+++ b/src/soc/nvidia/tegra210/memlayout.ld
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <memlayout.h>
-#include <rules.h>
#include <arch/header.ld>