commit | 32025568d02c59e1258f017ea0f9f379e1607a76 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:58 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:34 2022 +0200 |
tree | 830ea91708294780eb0578191b0d16f226ba4087 | |
parent | 85ff961b541c42059ec32bb4c0a84cce93cde057 [diff] |
disk: don't compile in partition support for spl/tpl if not really necessary Under the current Kconfigs, disk/part.c will be compiled in even if none of partition table types are enabled. This will lead to the size growth of SPL /TPL code. With this patch, CONFIG_PARTITIONS is selected only if, at least, one of CONFIG_*_PARTITION is enabled. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>