From 57b5e43e95815387de7b110bf469c5650544963e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 19 Dec 2014 16:52:53 -0500 Subject: 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 Cc: Vince Bridgers Cc: Chin Liang See Cc: Marek Vasut Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- arch/arm/cpu/armv7/socfpga/lowlevel_init.S | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/arm/cpu/armv7/socfpga') 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 #include -/* 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: -- cgit v1.2.1