commit | 620e823cd4d4744e150b882b48365de93a29ac01 | [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 | 20cb2e53f8068ded5a095f4637cc9e4fa9fb7ed7 [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>