diff options
author | AKASHI Takahiro | 2022-04-19 10:01:58 +0900 |
---|---|---|
committer | Heinrich Schuchardt | 2022-04-23 22:05:34 +0200 |
commit | 3fb6fa7a716309566e5e8a447e06411125e3308a (patch) | |
tree | 830ea91708294780eb0578191b0d16f226ba4087 /boot | |
parent | 38f255b96085d2e50558a16256c87ffd885f2f7e (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>
Diffstat (limited to 'boot')
0 files changed, 0 insertions, 0 deletions