]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc918f580bc83d4669b396615fcff0c98a3c81680
treed326df8743ac91b544000e9bbd5be5551b2903bf
parent8404e565b76c7d37775710fb852c013696eb4708
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