commit | e9687153027f4e1adbe17d6bd9da381c23235061 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 19 16:28:24 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 25 08:47:53 2018 +0900 |
tree | eebc1690a877d0b998e6bef6a4de39ec7f6f6085 | |
parent | b35fb6ace67202b6f668f744f958a5ef66665151 [diff] |
ARM: uniphier: clean-up ft_board_setup() The 'bd' is passed in ft_board_setup() as the second argument. Replace 'gd->bd' with 'bd'. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>