Hi Michal, > On 19 Nov 2024, at 11:51, Michal Orzel <michal.or...@amd.com> wrote: > > At the moment, when printing memory ranges during early boot, endpoints > of some ranges are printed as inclusive (RAM, RESVD, SHMEM) and some > as exclusive (Initrd, MODULE). Make the behavior consistent and print > all the endpoints as inclusive. > > Signed-off-by: Michal Orzel <michal.or...@amd.com> > ---
Looks good to me! Reviewed-by: Luca Fancellu <luca.fance...@arm.com> Outside early boot there are other places where we print exclusive ranges, do you know if there is any general style we should apply or does it depend on case by case? Cheers, Luca