commit | 1da7cd1fe9d4f16547046012e38709178f0f3e8a | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Oct 03 09:36:46 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 03 12:37:15 2023 -0400 |
tree | 3aaa90d3c659057453944c3c66a075aa5cef04c3 | |
parent | 3d74515551ad3d3be93cd776fc8046e3a79b30e1 [diff] |
board: tegra30: remove nvidia_board_late_init calls Remove nvidia_board_late_init calls from board since this setup is performed in board2 of mach-tegra. Call of nvidia_board_late_init from within the board does not provide any additional data. Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS Transformer T30 Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>