diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-09-27 10:18:05 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-10-29 07:36:33 -0600 |
commit | d7e9de7ec1bb79261c08e7689a1856a464ee2443 (patch) | |
tree | a81ae902d76666e58f569db2e663bb055b5ea233 | |
parent | f7d367c2e66ec550976818b8297416f2e4e299ce (diff) | |
download | u-boot-d7e9de7ec1bb79261c08e7689a1856a464ee2443.zip u-boot-d7e9de7ec1bb79261c08e7689a1856a464ee2443.tar.gz u-boot-d7e9de7ec1bb79261c08e7689a1856a464ee2443.tar.bz2 |
fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype
Remove prototype for the removed function fdt_fixup_nor_flash_size.
This patch has no impact as the function is never used.
Fixes: 98f705c9cefd ("powerpc: remove 4xx support")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/fdt_support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index b838071..5638bd4 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -243,8 +243,6 @@ int fdt_increase_size(void *fdt, int add_len); int fdt_delete_disabled_nodes(void *blob); -int fdt_fixup_nor_flash_size(void *blob); - struct node_info; #if defined(CONFIG_FDT_FIXUP_PARTITIONS) void fdt_fixup_mtdparts(void *fdt, const struct node_info *node_info, |