]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Tegra210: Fix 64-bit build warning about save_boot_params_ret()
authorTom Warren <twarren@nvidia.com>
Wed, 8 Jul 2015 15:05:35 +0000 (08:05 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:53 +0000 (13:50 +0200)
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

index f11304149e08d8869e6c6afd884f2f47e6a4f667..036bf5e1e42355a0b029e9a135ec8522b75587ba 100644 (file)
@@ -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 {