]> git.baikalelectronics.ru Git - arm-tf.git/commit
Document: add PLAT_PARTITION_MAX_ENTRIES define
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Wed, 17 Aug 2016 13:05:07 +0000 (21:05 +0800)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Tue, 20 Sep 2016 05:21:11 +0000 (13:21 +0800)
commit7813aae423bd52c6a8279cb74f4358b92cf9081a
treefc84d0c37103b424c44420c484a58616cba8de90
parent201b66b7e7a49d7d44f2c31639b87c84e37df0eb
Document: add PLAT_PARTITION_MAX_ENTRIES define

Partition driver requires the "PLAT_PARTITION_MAX_ENTRIES" definition.

By default, it's defined to 128 in partition driver. But it costs a lot
of memory, and only a few partition entries are really used in platform
partition table. If user wants use memory efficiently, user should
define the build flag in platform.mk instead.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
docs/porting-guide.md