]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>
authorTom Rini <trini@konsulko.com>
Wed, 14 May 2025 18:21:31 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 May 2025 18:21:31 +0000 (12:21 -0600)
commit2f0bf852abeca1fed98662b4b5f6a655b8d46925
tree414a68fe79455aaf68346739c33faad7735f8871
parent60e313d5c6373df88b99dc3be6f4ead04e9b3360
cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>

These files require <compiler.h> in order to have MEM_SUPPORT_64BIT_DATA
be defined but currently rely on a long indirect include path to get it.
Add this directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/mem.c
test/cmd/mem_copy.c