projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41f0a1
)
Tegra210: Fix 64-bit build warning about save_boot_params_ret()
author
Tom Warren
<twarren@nvidia.com>
Wed, 8 Jul 2015 15:05:35 +0000
(08:05 -0700)
committer
Tom Warren
<twarren@nvidia.com>
Tue, 28 Jul 2015 17:30:19 +0000
(10:30 -0700)
Simon's 'tegra124: Implement spl_was_boot_source()' needs
a prototype for save_boot_params_ret() to build cleanly
for 64-bit Tegra210.
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/board.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board.c
b/arch/arm/mach-tegra/board.c
index
f113041
..
036bf5e
100644
(file)
--- a/
arch/arm/mach-tegra/board.c
+++ b/
arch/arm/mach-tegra/board.c
@@
-18,6
+18,8
@@
#include <asm/arch-tegra/sys_proto.h>
#include <asm/arch-tegra/warmboot.h>
+void save_boot_params_ret(void);
+
DECLARE_GLOBAL_DATA_PTR;
enum {