commit | 1046c1cae27afa0b207373424d6ac3829140daba | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 03 18:40:37 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 12 13:36:58 2020 +0900 |
tree | 31eaadb6099c7d4428743ea3b5b0f716ff212d02 | |
parent | 43bbac27dcdd5f128d020e131b81e92358515dbc [diff] |
uniphier: change block_addressing flag to bool The flag, uniphier_emmc_block_addressing, is boolean logic, so "bool' is more suitable. uniphier_emmc_is_over_2gb() is not boolean - it returns 1 / 0 depending on the card density, or a negative value on failure. Rename it to make it less confusing. Change-Id: Ia646b1929147b644e0df07c46b54ab80548bc3bd Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>