Hi Masahiro,

On Tue,  4 Feb 2014 10:58:31 +0900, Masahiro Yamada
<[email protected]> wrote:

> Signed-off-by: Masahiro Yamada <[email protected]>
> Cc: Scott Wood <[email protected]>
> Cc: David Feng <[email protected]>
> ---
>  tools/relocate-rela.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/relocate-rela.c b/tools/relocate-rela.c
> index 93b4c39..670b9fd 100644
> --- a/tools/relocate-rela.c
> +++ b/tools/relocate-rela.c
> @@ -120,7 +120,7 @@ int main(int argc, char **argv)
>       }
>  
>       if (rela_start > rela_end || rela_start < text_base ||
> -         (rela_end - rela_start) % 24) {
> +         (rela_end - rela_start) % sizeof(Elf64_Rela)) {
>               fprintf(stderr, "%s: bad rela bounds\n", argv[0]);
>               return 3;
>       }

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to