[PATCH] fdt_support: Add kernel-doc for fdt_fixup_memory_banks()

Simon Glass sjg at chromium.org
Thu Aug 12 23:46:28 CEST 2021


On Tue, 10 Aug 2021 at 01:30, Michal Simek <michal.simek at xilinx.com> wrote:
>
> Add kernel-doc description for fdt_fixup_memory_banks() because it is
> implemented in one specific way and this information should be available
> for others to decide if their SoC conforms to it.
> If you don't want U-Boot to update your memory DT layout please disable
> CONFIG_ARCH_FIXUP_FDT_MEMORY.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  common/fdt_support.c | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list