]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
socfpga: Drop redundant save_boot_params
authorTom Rini <trini@ti.com>
Fri, 19 Dec 2014 21:52:53 +0000 (16:52 -0500)
committerTom Rini <trini@ti.com>
Mon, 5 Jan 2015 20:13:44 +0000 (15:13 -0500)
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>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/cpu/armv7/socfpga/lowlevel_init.S

index 2f2e9fcc7c89e4809e247bc61bb06bc968dcee35..afed773c63171d49ba4c17275ce1e66845214186 100644 (file)
@@ -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: