[for-linus][PATCH 2/3] tools/bootconfig: Store size and checksum in footer as le32

2020-12-01 Thread Steven Rostedt
From: Masami Hiramatsu Store the size and the checksum fields in the footer as le32 instead of u32. This will allow us to apply bootconfig to the cross build initrd without caring the endianness. Link: https://lkml.kernel.org/r/160583935332.547349.5897811300636587426.stgit@devnote2 Reported-by

[PATCH 2/3] tools/bootconfig: Store size and checksum in footer as le32

2020-11-19 Thread Masami Hiramatsu
Store the size and the checksum fields in the footer as le32 instead of u32. This will allow us to apply bootconfig to the cross build initrd without caring the endianness. Reported-by: Steven Rostedt Suggested-by: Linus Torvalds Signed-off-by: Masami Hiramatsu --- tools/bootconfig/main.c |