Re: [PATCH] lib: sha512: include "compiler.h"

2021-02-25 Thread Tom Rini
On Fri, Feb 19, 2021 at 10:32:07AM +0800, Siew Chin Lim wrote: > Include "compiler.h" in sha512.c. This is needed by 'cpu_to_be64' macro > that used in 'sha512_base_do_finalize' function. > > Signed-off-by: Siew Chin Lim > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom s

Re: [PATCH] lib: sha512: include "compiler.h"

2021-02-20 Thread Simon Glass
On Thu, 18 Feb 2021 at 19:32, Siew Chin Lim wrote: > > Include "compiler.h" in sha512.c. This is needed by 'cpu_to_be64' macro > that used in 'sha512_base_do_finalize' function. > > Signed-off-by: Siew Chin Lim > --- > lib/sha512.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glas

[PATCH] lib: sha512: include "compiler.h"

2021-02-18 Thread Siew Chin Lim
Include "compiler.h" in sha512.c. This is needed by 'cpu_to_be64' macro that used in 'sha512_base_do_finalize' function. Signed-off-by: Siew Chin Lim --- lib/sha512.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sha512.c b/lib/sha512.c index f1e2acf0fb..35f31e3dc5 100644 --- a/lib/sha