]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3288: Use ft_system_setup instead of ft_board_setup
authorJohn Keeping <john@metanate.com>
Thu, 23 Feb 2023 19:28:51 +0000 (19:28 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:16:00 +0000 (15:16 +0800)
commitddd5ef7c85db06a17db7936464b4a79bf74cf1db
treea10e7ee93d51e2a4187e0cb513de6fe7f29efd82
parenta25c240013d4fb5a2624b98ce6ba1a21a34f69e4
rockchip: rk3288: Use ft_system_setup instead of ft_board_setup

ft_board_setup() should be availble for use in board files but using it
in the rk3288 machine file blocks this functionality.

ft_system_setup() is the more appropriate function to use in a machine
definition.

Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3288/rk3288.c