public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] socfpga: Drop redundant save_boot_params
@ 2014-12-19 21:52 Tom Rini
  2014-12-19 21:52 ` [U-Boot] [PATCH 2/3] am33xx: Drop timer_init call from s_init Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tom Rini @ 2014-12-19 21:52 UTC (permalink / raw)
  To: u-boot

The save_boot_params function here is the same as the default weak one
from arch/arm/cpu/armv7/start.S, drop.

Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
---
 arch/arm/cpu/armv7/socfpga/lowlevel_init.S |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/arch/arm/cpu/armv7/socfpga/lowlevel_init.S b/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
index 2f2e9fc..afed773 100644
--- a/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
+++ b/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
@@ -7,13 +7,6 @@
 #include <config.h>
 #include <version.h>
 
-/* Save the parameter pass in by previous boot loader */
-.global save_boot_params
-save_boot_params:
-	/* no parameter to save */
-	bx	lr
-
-
 /* Set up the platform, once the cpu has been initialized */
 .globl lowlevel_init
 lowlevel_init:
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-07 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 21:52 [U-Boot] [PATCH 1/3] socfpga: Drop redundant save_boot_params Tom Rini
2014-12-19 21:52 ` [U-Boot] [PATCH 2/3] am33xx: Drop timer_init call from s_init Tom Rini
2014-12-21 18:52   ` Simon Glass
2015-01-07 15:13   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2014-12-19 21:52 ` [U-Boot] [PATCH 3/3] omap-common/hwinit-common.c: timer_init() doesn't need to touch gd Tom Rini
2014-12-21 18:53   ` Simon Glass
2015-01-07 15:13   ` [U-Boot] [U-Boot, " Tom Rini
2014-12-20  2:40 ` [U-Boot] [PATCH 1/3] socfpga: Drop redundant save_boot_params Marek Vasut
2015-01-07 15:13 ` [U-Boot] [U-Boot,1/3] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox