summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-07 21:43:36 +0100
committerMartin L Roth <martinroth@google.com>2022-04-24 21:12:51 +0000
commit7ff2c17bebf8e77338ef926b4011c3f3ef599d59 (patch)
treef28b22f540c7661356ec3b729da4f0de3cb81d51 /src/soc/nvidia
parent0e2612349ecd8dafea187c0f09854e8c2edbad39 (diff)
downloadcoreboot-7ff2c17bebf8e77338ef926b4011c3f3ef599d59.tar.gz
coreboot-7ff2c17bebf8e77338ef926b4011c3f3ef599d59.tar.bz2
coreboot-7ff2c17bebf8e77338ef926b4011c3f3ef599d59.zip
src: Remove unused <console/cbmem_console.h>
Found using: diff <(git grep -l '#include <console/cbmem_console.h>' -- src/) <(git grep -l 'cbmemc_init\|cbmemc_tx_byte\|cbmem_dump_console' -- src/) |grep "<" Change-Id: I24a6ab7420e079769e19793848c92c187529e253 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60913 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/nvidia')
-rw-r--r--src/soc/nvidia/tegra210/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/romstage.c b/src/soc/nvidia/tegra210/romstage.c
index 4f92c5f6ab16..12cf297d1c07 100644
--- a/src/soc/nvidia/tegra210/romstage.c
+++ b/src/soc/nvidia/tegra210/romstage.c
@@ -3,7 +3,6 @@
#include <arch/exception.h>
#include <arch/stages.h>
#include <cbmem.h>
-#include <console/cbmem_console.h>
#include <console/console.h>
#include <lib.h>
#include <program_loading.h>