lib: correct description of CONFIG_SYS_FDT_PAD
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 2 Mar 2025 15:02:31 +0000 (16:02 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Mar 2025 06:41:26 +0000 (07:41 +0100)
commitcb21476496d6f48712b24045aa7cd3299ad65d99
tree50afa0a3327489e9e9ed4c54087b608301b2c9ce
parent7cf559d4cb6dd19410bb46ea1fa2c1efc531fb04
lib: correct description of CONFIG_SYS_FDT_PAD

CONFIG_SYS_FDT_PAD defines the number of unused bytes added to a
device-tree and not the total size.

Fixes: 40ed7be4af52 ("Convert CONFIG_SYS_FDT_PAD to Kconfig")
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/Kconfig