Skip to content
Snippets Groups Projects
Commit 277b8799 authored by Siew Chin Lim's avatar Siew Chin Lim Committed by Tom Rini
Browse files

lib: sha512: include "compiler.h"


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: default avatarSiew Chin Lim <elly.siew.chin.lim@intel.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 391a16b7
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
#else
#include <string.h>
#endif /* USE_HOSTCC */
#include <compiler.h>
#include <watchdog.h>
#include <u-boot/sha512.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment