summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/socfpga
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-12-19 16:52:53 -0500
committerTom Rini <trini@ti.com>2015-01-05 15:13:44 -0500
commit57b5e43e95815387de7b110bf469c5650544963e (patch)
tree18d1d6764461e1b116bba26000da4f310a788437 /arch/arm/cpu/armv7/socfpga
parent90bac29a76bc8d649b41a55f2786c0abef9bb2c1 (diff)
downloadblackbird-obmc-uboot-57b5e43e95815387de7b110bf469c5650544963e.tar.gz
blackbird-obmc-uboot-57b5e43e95815387de7b110bf469c5650544963e.zip
socfpga: Drop redundant save_boot_params
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>
Diffstat (limited to 'arch/arm/cpu/armv7/socfpga')
-rw-r--r--arch/arm/cpu/armv7/socfpga/lowlevel_init.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/cpu/armv7/socfpga/lowlevel_init.S b/arch/arm/cpu/armv7/socfpga/lowlevel_init.S
index 2f2e9fcc7c..afed773c63 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:
OpenPOWER on IntegriCloud