commit | 9c11135ce053904f4caadc27760f214425d9881a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 18 14:17:10 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 19 08:31:11 2016 -0500 |
tree | 4b7438849a5c2d3080286bcae84d84d5f00042b0 | |
parent | b57843e68804c2d53d2cff2b8b2238e37b388faa [diff] |
image: fix getenv_bootm_size() function Currently, this function returns wrong size if "bootm_low" is defined, but "bootm_size" is not. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>