]> git.sur5r.net Git - u-boot/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)
commite6faf21f259ccc0601d06d458e33fb742deb1843
tree1807f2455be2db1657acba9af8a4e42b8a73ab7a
parent52791db74faba880ec2fedc633d2943811955ad5
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