Re: [U-Boot] [PATCH 21/45] fdt: Remove fdtdec_decode_region() function
This function is not used in U-Boot now. Remove it along with its 'memory' version. Signed-off-by: Simon Glass --- include/fdtdec.h | 45 -- lib/fdtdec.c | 83 2 files changed, 128 deletions(-) Applied to u-boot-dm __
[U-Boot] [PATCH 21/45] fdt: Remove fdtdec_decode_region() function
This function is not used in U-Boot now. Remove it along with its 'memory' version. Signed-off-by: Simon Glass --- include/fdtdec.h | 45 -- lib/fdtdec.c | 83 2 files changed, 128 deletions(-) diff --git a/include/fd