diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-09 00:18:03 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-13 10:23:46 +0200 |
commit | a9bc3bf59aaa24052f8d6e3827cdd901c85c7223 (patch) | |
tree | 291b1b241cef0c591bcabcbc0b882218d1e7a45d /src/soc/nvidia/tegra124 | |
parent | 2687d934baa036c16d441375ff3a315a0803030e (diff) | |
download | coreboot-a9bc3bf59aaa24052f8d6e3827cdd901c85c7223.tar.xz |
tegra124/tegra210: Include stages.h in bootblock.c
Needed for the main() prototype
Change-Id: I921a77d8b131b751291d3a279b23ee18b13eca8d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10862
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/nvidia/tegra124')
-rw-r--r-- | src/soc/nvidia/tegra124/bootblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra124/bootblock.c b/src/soc/nvidia/tegra124/bootblock.c index 16e4d0420c..9d0ad76067 100644 --- a/src/soc/nvidia/tegra124/bootblock.c +++ b/src/soc/nvidia/tegra124/bootblock.c @@ -19,6 +19,7 @@ #include <assert.h> #include <arch/exception.h> +#include <arch/stages.h> #include <bootblock_common.h> #include <cbfs.h> #include <console/console.h> |