summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/tegra2/warmboot_avp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/armv7/tegra2/warmboot_avp.c')
-rw-r--r--arch/arm/cpu/armv7/tegra2/warmboot_avp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/tegra2/warmboot_avp.c b/arch/arm/cpu/armv7/tegra2/warmboot_avp.c
index 121425ba23..bb1872fe12 100644
--- a/arch/arm/cpu/armv7/tegra2/warmboot_avp.c
+++ b/arch/arm/cpu/armv7/tegra2/warmboot_avp.c
@@ -303,3 +303,11 @@ do_reset:
goto do_reset;
}
+/*
+ * wb_end() is a dummy function, and must be directly following wb_start(),
+ * and is used to calculate the size of wb_start().
+ */
+void wb_end(void)
+{
+}
+