From: Tom Rini Date: Fri, 19 Dec 2014 21:52:53 +0000 (-0500) Subject: socfpga: Drop redundant save_boot_params X-Git-Tag: v2015.01~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57b5e43e95815387de7b110bf469c5650544963e;p=u-boot 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 --- 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: