]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: renesas: Drop unnecessary function ft_board_setup()
authorStefan Roese <sr@denx.de>
Thu, 6 Aug 2020 15:49:49 +0000 (17:49 +0200)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 03:41:09 +0000 (05:41 +0200)
commit65f8c7edd8052f8b31dda321fe11e7ecfeebf5de
tree130a1f7472d92c2e8c1c229185a645d8ac8970c4
parent3b7cd265b82760d27b5665840ed4807fd9e2cb42
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>
board/renesas/rcar-common/common.c