On Fri, 02 Aug 2024 12:08:43 +0200, Richard Weinberger wrote: > sbrk() assumes ptrdiff_t is large enough to enlarge/shrink the heap > by LONG_MIN/LONG_MAX. > So, use the long type, also to match the rest of the Linux ecosystem. > > Applied to u-boot/next, thanks! -- Tom