commit | 60bb6d75e0d197438238d3447bd61a9ab341e04f | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:53 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:33 2022 +0200 |
tree | 7cedd1838b46f498dbef8b556c14ecd0ed20569b | |
parent | 7780a939fa6cbfa0eae37755ca631420b1fb34b8 [diff] |
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 88ca8e26958b ("disk: Add an option for partitions in SPL") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>