board: sifive: Remove dead board_fdt_blob_setup
authorYao Zi <ziyao@disroot.org>
Fri, 7 Mar 2025 13:13:44 +0000 (13:13 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 25 Apr 2025 08:30:54 +0000 (16:30 +0800)
commita7bc58409f509acda631b558f87f93470ac90a94
treec259baa15953f78642e7e8a4b48a164e94c79320
parent41cb90a27a7ccd31fbfe2c8e5a0ba19144865d28
board: sifive: Remove dead board_fdt_blob_setup

CONFIG_OF_BOARD isn't enabled on SiFive Unleashed and Unmatched, thus
board_fdt_blob_setup is actually dead code on these platforms. Let's
remove it.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/sifive/unleashed/unleashed.c
board/sifive/unmatched/unmatched.c