fdt_support: Add kernel-doc for fdt_fixup_memory_banks()
authorMichal Simek <michal.simek@xilinx.com>
Tue, 10 Aug 2021 07:21:54 +0000 (09:21 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
commit5e1a3be6674ba9945ad28291cb6d8e511db6eb92
treed326df8743ac91b544000e9bbd5be5551b2903bf
parent1031a11d71d48df0f738d4e4e744d025ce7e7aad
fdt_support: Add kernel-doc for fdt_fixup_memory_banks()

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@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c