On 21-04-2025 21:57, Ross Philipson wrote:
+/* + * The kernel_info structure is not placed at a fixed offest in the
typo offest -> offset
+ * kernel image. So this macro and the support in the linker file + * allow the relative offsets for the MLE header within the kernel + * image to be configured at build time. + */ +#define roffset(X) ((X) - kernel_info)
Thanks, Alok