aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-20 22:31:05 +0100
committerNico Huber <nico.h@gmx.de>2019-03-20 21:46:52 +0000
commita9273b5015f1cbcf3fc5db048663147c25c76f83 (patch)
treecf22caa0522066f52ff1501cb7a4caa042f77be5 /src/soc/nvidia/tegra210
parenta1e22b8192d5fc85995a41d0961c25293ba4391f (diff)
soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>'
Commit 74aa99a (src: Drop unused '#include <halt.h>') accidentally added '#include <halt.h>', however tegra_lp0 directory is not linked into the rest of coreboot. So we can't use generic halt() from halt.c file. Change-Id: I3a67abb77846172597b8ebde779878b9aa2ff8d7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31979 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/nvidia/tegra210')
-rw-r--r--src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c b/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c
index ddd1f4ffaa..51e75f5da9 100644
--- a/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c
+++ b/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c
@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
-#include <halt.h>
#include <stdint.h>
/* Function unit addresses. */