Hello build bot (Jenkins), Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48259
to look at the new patch set (#2).
Change subject: libpayload: Unified the type of _start, _end in ARM64 mmu.h ......................................................................
libpayload: Unified the type of _start, _end in ARM64 mmu.h
The type of _start and _end symbols in depthcharge is "uint8_t". It will cause compile error if trying to include arm64/arch/mmu.h from depthcharge.
BUG=b:171858277 TEST=Built on arm64 board emerge-asurada libpayload depthcharge
Signed-off-by: Meng-Huan Yu menghuan@google.com Change-Id: I5756f63f5cae22ecda6873c711bef16aeabc89f6 --- M payloads/libpayload/include/arm64/arch/mmu.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/48259/2