]> git.baikalelectronics.ru Git - uboot.git/commit
disk: enable function prototypes in part.h for SPL/TPL
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:01:53 +0000 (10:01 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:33 +0000 (22:05 +0200)
commit0df87df1049d6778d6a104af0c9227d5207cc419
tree7cedd1838b46f498dbef8b556c14ecd0ed20569b
parent110adbe9cb24c2a70f4d39e4c526720cd6b79e9a
disk: enable function prototypes in part.h for SPL/TPL

Since CONFIG_[SPL|TPL]_PARTITIONS were introduced, part.h has not been
updated. Due to this, while the build won't fail, some functionality may
possibly break as some partition-related functions are nullified even
though some partition table types are enabled for SPL/TPL.

Fixes: commit 62bcde047894 ("disk: Add an option for partitions in SPL")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/part.h