ARM: uniphier: clean-up ft_board_setup()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 19 Jul 2018 07:28:24 +0000 (16:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 24 Jul 2018 23:47:53 +0000 (08:47 +0900)
commite9687153027f4e1adbe17d6bd9da381c23235061
treeeebc1690a877d0b998e6bef6a4de39ec7f6f6085
parentb35fb6ace67202b6f668f744f958a5ef66665151
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>
arch/arm/mach-uniphier/dram_init.c