commit | af73cfbf1033f9b70159e7a892f71d0e869acb5c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jul 17 15:29:20 2023 -0400 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Nov 12 12:03:42 2023 +0000 |
tree | 8ca52f3cb9081be074fdb6c316c9b09bbb30448f | |
parent | 2e370a315ecd8f340863ffb890b7ce8675097f6f [diff] |
arm: sunxi: Correct warning in board_fit_config_name_match When building this with clang, we get a warning about having excess parenthesis here, or that we're incorrectly using "==" when we want "=". Correct these by using the common size macro. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> [Andre: Use SZ_512M as per Simon's suggestion] Signed-off-by: Andre Przywara <andre.przywara@arm.com>