diff options
author | Simon Glass | 2023-11-12 08:27:46 -0700 |
---|---|---|
committer | Tom Rini | 2023-12-13 18:39:05 -0500 |
commit | 451c1ab6b07b677ef10d36af5c63a7d764ea8ba2 (patch) | |
tree | 86b50963bc7322b030b4ef5f1ca65ede4babe3df /boot/fdt_support.c | |
parent | 9578dd856a72b0412fa65480d8e3c76a52a6cba1 (diff) |
fdt: Improve the comment for fdt_shrink_to_minimum()
Add a bit more detail about what this function does.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/fdt_support.c')
-rw-r--r-- | boot/fdt_support.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |