lib: Mark crc8 as relocation code
authorSimon Glass <sjg@chromium.org>
Sun, 26 Jan 2025 18:43:21 +0000 (11:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:01:36 +0000 (16:01 -0600)
commit3b52337c759aea13379ff624c3204d920d87eeb7
treed36cb243a8bf2b246600607e5d85c5347b1892cf
parent0741165f3f2f48dfea8bf3e0472208740c5c2d41
lib: Mark crc8 as relocation code

Mark the crc8 code as needed by relocation. This is used as a simple
check against corruption of the code when copying.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/crc8.c