summaryrefslogtreecommitdiff
path: root/contrib/apps/httpserver/README
diff options
context:
space:
mode:
authorJan Kiszka <[email protected]>2026-08-20 17:57:08 +0200
committerTom Rini <[email protected]>2026-08-28 12:24:05 -0600
commitf92bd784f6ce15aac66e89ab4c17349af18d4ddd (patch)
tree2004d45658beeef6d75c81574bdef24ef0dccb89 /contrib/apps/httpserver/README
parent65305d0e450580e611eb13bc5079e34dcbd35964 (diff)
test: boot: measurement: Fix compilation for non-sandbox builds
asm/io.h provides map_to_sysmem() only for the sandbox. Other targets fail the build with ../test/boot/measurement.c: In function ‘measure’: ../test/boot/measurement.c:30:33: error: implicit declaration of function ‘map_to_sysmem’; did you mean ‘map_physmem’? [-Wimplicit-function-declaration] 30 | images.os.image_start = map_to_sysmem(kernel); | ^~~~~~~~~~~~~ | map_physmem Use the proper header that will pull asm/io.h only where needed. Signed-off-by: Jan Kiszka <[email protected]>
Diffstat (limited to 'contrib/apps/httpserver/README')
0 files changed, 0 insertions, 0 deletions