commit | 57d356c892a1435af741a0b18bff0b5642c43578 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Aug 06 17:49:49 2020 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 25 05:41:09 2020 +0200 |
tree | 130a1f7472d92c2e8c1c229185a645d8ac8970c4 | |
parent | 1b7573c6b027adf44c473f152eb56a18ab3b7684 [diff] |
ARM: renesas: Drop unnecessary function ft_board_setup() Marek explained on IRC, that ft_board_setup() is not used / necessary at all. So its best to just drop it completely, as it interferes with the cleanup of CONFIG_MAX_PCI_REGIONS (completely removed). Signed-off-by: Stefan Roese <sr@denx.de> Suggested-by: Marek Vasut <marek.vasut+renesas@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>