build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43756 )
Change subject: cast all void *cbmem_top_chipset() function to uintptr_t ......................................................................
Patch Set 10:
(3 comments)
https://review.coreboot.org/c/coreboot/+/43756/10/src/mainboard/emulation/qe... File src/mainboard/emulation/qemu-aarch64/cbmem.c:
https://review.coreboot.org/c/coreboot/+/43756/10/src/mainboard/emulation/qe... PS10, Line 14: return (uintptr_t)(_dram + (probe_ramsize((uintptr_t)_dram, CONFIG_DRAM_SIZE_MB) * MiB)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/43756/10/src/mainboard/emulation/qe... File src/mainboard/emulation/qemu-armv7/cbmem.c:
https://review.coreboot.org/c/coreboot/+/43756/10/src/mainboard/emulation/qe... PS10, Line 10: return (uintptr_t)(_dram + (probe_ramsize((uintptr_t)_dram, CONFIG_DRAM_SIZE_MB) * MiB)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/43756/10/src/soc/nvidia/tegra124/cb... File src/soc/nvidia/tegra124/cbmem.c:
https://review.coreboot.org/c/coreboot/+/43756/10/src/soc/nvidia/tegra124/cb... PS10, Line 11: } adding a line without newline at end of file