]> git.baikalelectronics.ru Git - uboot.git/commit
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
authorAlison Chaiken <alison@peloton-tech.com>
Sun, 25 Jun 2017 23:43:22 +0000 (16:43 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Aug 2017 13:56:03 +0000 (09:56 -0400)
commitd0365090f28fc48018fdec8888021c5517ca8f6f
tree1807f2455be2db1657acba9af8a4e42b8a73ab7a
parente434a1708c00a3898b07714c8b62a17d1ecbdbb3
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h

Move MAX_SEARCH_PARTITIONS to part.h so that functions in cmd
directory can find it.  At the same time, increase the value to
64 since some operating systems use many, and the resources
consumed by a larger value are minimal.

Changes since v6: none.

Signed-off-by: Alison Chaiken <alison@peloton-tech.com>
disk/part.c
include/part.h