From 451c1ab6b07b677ef10d36af5c63a7d764ea8ba2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 12 Nov 2023 08:27:46 -0700 Subject: fdt: Improve the comment for fdt_shrink_to_minimum() Add a bit more detail about what this function does. Signed-off-by: Simon Glass --- boot/fdt_support.c | 1 - 1 file changed, 1 deletion(-) (limited to 'boot') diff --git a/boot/fdt_support.c b/boot/fdt_support.c index b15d07765fe..090d82ee80a 100644 --- a/boot/fdt_support.c +++ b/boot/fdt_support.c @@ -667,7 +667,6 @@ int fdt_record_loadable(void *blob, u32 index, const char *name, return node; } -/* Resize the fdt to its actual size + a bit of padding */ int fdt_shrink_to_minimum(void *blob, uint extrasize) { int i; -- cgit v1.2.3