commit | 65fce7630127cfc71c5d415bca8e23106b5b0763 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 19 16:28:25 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 25 08:47:53 2018 +0900 |
tree | 8cbe73aecaf7e59a3f94fae0905d86db414110b6 | |
parent | e9687153027f4e1adbe17d6bd9da381c23235061 [diff] [blame] |
ARM: uniphier: split ft_board_setup() out to a separate file Prepare to add more fdt fixup code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 376851e..dc9e24d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -1223,6 +1223,7 @@ select DM_RESET select DM_SERIAL select DM_USB + select OF_BOARD_SETUP select OF_CONTROL select OF_LIBFDT select PINCTRL