]> Git Repo - u-boot.git/commit
lib: crc32: mark function crc32() as __efi_runtime
authorHeinrich Schuchardt <[email protected]>
Sun, 29 Jul 2018 07:49:03 +0000 (09:49 +0200)
committerAlexander Graf <[email protected]>
Mon, 20 Aug 2018 12:42:36 +0000 (14:42 +0200)
commit483dbab9f9318149e5ea97daacbfae320f53e35a
tree3f81c3095999568946c91a09c65dac6f353472ed
parentfa995d0d9471b630d2d1942000d5a4f065c5cdd5
lib: crc32: mark function crc32() as __efi_runtime

The function crc32() is needed by the EFI subsystem at runtime. So it has
to be linked into the runtime section together with all dependencies.

Eliminate empty defines local and ZEXPORT.

Mark variables as static which are not exported.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/crc32.c
This page took 0.033013 seconds and 4 git commands to generate.