On Fri, 11 Sep 2026 01:31:50 +0900
Sang-Heon Jeon [off-list ref] wrote:
PAGE_SIZE in tools/bootconfig has never been used, so remove the
definition.
No functional change.
Good catch! OK, let me pick it.
Thanks!
quoted hunk ↗ jump to hunk
Signed-off-by: Sang-Heon Jeon <redacted>
---
tools/bootconfig/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/bootconfig/main.c b/tools/bootconfig/main.c
index 7dc9fff9b637..2b4d9559159c 100644
--- a/tools/bootconfig/main.c
+++ b/tools/bootconfig/main.c
@@ -134,8 +134,6 @@ static void xbc_show_list(void)
}
}
-#define PAGE_SIZE 4096
-
static int load_xbc_fd(int fd, char **buf, int size)
{
int ret;
base-commit: 13e8b7707efcea3a401d242958ba0a392f227847
--
2.43.0
--
Masami Hiramatsu (Google) [off-list ref]