summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-25 11:09:34 -0600
committerTom Rini <[email protected]>2026-03-25 11:09:34 -0600
commitfce0358351017ab88987e40ad887670463373e7e (patch)
tree1c132acb016978ed453a9596a4a110ec8e47988f /board
parent5a36f434254f6977884eedffc2b8f3a8d70a5a34 (diff)
parent20531fa6183e6b9426c955abf72b1e3db7687c8c (diff)
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
Diffstat (limited to 'board')
-rw-r--r--board/lg/star/star.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/lg/star/star.c b/board/lg/star/star.c
index 0b4a433a5df..ab700cbe828 100644
--- a/board/lg/star/star.c
+++ b/board/lg/star/star.c
@@ -46,6 +46,8 @@ void pinmux_init(void)
#if IS_ENABLED(CONFIG_OF_LIBFDT) && IS_ENABLED(CONFIG_OF_BOARD_SETUP)
int ft_board_setup(void *fdt, struct bd_info *bd)
{
- return star_fix_panel(fdt);
+ star_fix_panel(fdt);
+
+ return 0;
}
#endif