Home
last modified time | relevance | path

Searched hist:"0 cb389dd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dimage.c0cb389dd Fri Feb 05 01:12:50 CST 2016 Masahiro Yamada <yamada.masahiro@socionext.com> image: fix getenv_bootm_size() function again

Commit 9c11135ce053 ("image: fix getenv_bootm_size() function") fixed
the case where "bootm_low" is defined, but "bootm_size" is not.
Instead, it broke the case where neither "bootm_low" nor "bootm_size"
is defined. Fix this function again.

Fixes: 9c11135ce053 ("image: fix getenv_bootm_size() function")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Matthias Weisser <m.weisser.m@gmail.com>
Tested-by: Hannes Schmelzer <oe5hpm@oevsv.at>