[bootwrapper PATCH 11/13] Announce locations of memory objects

Mark Rutland mark.rutland at arm.com
Fri Jan 14 02:48:12 PST 2022


On Tue, Jan 11, 2022 at 01:06:51PM +0000, Mark Rutland wrote:
> diff --git a/common/platform.c b/common/platform.c
> index 80d0562..5a91349 100644
> --- a/common/platform.c
> +++ b/common/platform.c
> @@ -52,6 +52,20 @@ void print_string(const char *str)
>  		print_char(*str++);
>  }
>  
> +#define HEX_CHARS_PER_LONG (2 * sizeof(long))
> +#define NIBBLES_PER

I've deleted this latter definition, as it was added by mistake.

Mark.



More information about the linux-arm-kernel mailing list