]> git.baikalelectronics.ru Git - uboot.git/commit
test: lmb: Rework lib_test_lmb_max_regions test to scale
authorTom Rini <trini@konsulko.com>
Wed, 8 Feb 2023 18:39:18 +0000 (13:39 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2023 19:09:39 +0000 (14:09 -0500)
commit1925a760ade04cff42332fc106b34f58fedddccf
tree0eca91b4779698c5d3ea8193019e991b421d092a
parent49386ca2715e1b95d06d59dd00c5d2f939b9e2ef
test: lmb: Rework lib_test_lmb_max_regions test to scale

First, this test depends on CONFIG_LMB_USE_MAX_REGIONS, so add that as a
test before building. Second, instead of using a hard-coded value of 8,
which is the default of CONFIG_LMB_USE_MAX_REGIONS previously, use that
directly and update the comments. The only trick here is that one part
of the test itself also was written with the value of 8 itself in mind.
Rework the size of the lmb region we allocate to scale with the value of
CONFIG_LMB_USE_MAX_REGIONS.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/lmb.c