Re: [U-Boot] [PATCH v4 4/4] riscv: Remove unused _relocate arguments

2018-06-12 Thread Bin Meng
Hi Ivan,

On Wed, Jun 13, 2018 at 1:52 AM, Ivan Gorinov  wrote:
> EFI image handle and system table are not used in _relocate().
>
> Signed-off-by: Ivan Gorinov 
> ---
>  arch/riscv/lib/reloc_riscv_efi.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/arch/riscv/lib/reloc_riscv_efi.c 
> b/arch/riscv/lib/reloc_riscv_efi.c
> index 8b4b2b1..51b7520 100644
> --- a/arch/riscv/lib/reloc_riscv_efi.c
> +++ b/arch/riscv/lib/reloc_riscv_efi.c
> @@ -50,8 +50,7 @@
>  #define ELF_R_TYPE ELF32_R_TYPE
>  #endif
>
> -efi_status_t _relocate(long ldbase, Elf_Dyn *dyn, efi_handle_t image,
> -  struct efi_system_table *systab)
> +efi_status_t _relocate(long ldbase, Elf_Dyn *dyn, efi_handle_t image)

This still has the image argument.

>  {
> long relsz = 0, relent = 0;
> Elf_Rela *rel = 0;
> --

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v4 4/4] riscv: Remove unused _relocate arguments

2018-06-12 Thread Ivan Gorinov
EFI image handle and system table are not used in _relocate().

Signed-off-by: Ivan Gorinov 
---
 arch/riscv/lib/reloc_riscv_efi.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/riscv/lib/reloc_riscv_efi.c b/arch/riscv/lib/reloc_riscv_efi.c
index 8b4b2b1..51b7520 100644
--- a/arch/riscv/lib/reloc_riscv_efi.c
+++ b/arch/riscv/lib/reloc_riscv_efi.c
@@ -50,8 +50,7 @@
 #define ELF_R_TYPE ELF32_R_TYPE
 #endif
 
-efi_status_t _relocate(long ldbase, Elf_Dyn *dyn, efi_handle_t image,
-  struct efi_system_table *systab)
+efi_status_t _relocate(long ldbase, Elf_Dyn *dyn, efi_handle_t image)
 {
long relsz = 0, relent = 0;
Elf_Rela *rel = 0;
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot