]> git.dujemihanovic.xyz Git - u-boot.git/commit
smegw01: Fix wrong symbol override
authorEduard Strehlau <eduard@lionizers.com>
Tue, 27 Jun 2023 16:57:49 +0000 (13:57 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jun 2023 13:55:50 +0000 (09:55 -0400)
commit5fa30f2351ac3c0458069896bc868eae927df410
treea9a6695b7e22d91752fe310bf19ac5847e3b2f7b
parentb042cebede960c3ecf428c438efce0e80865f953
smegw01: Fix wrong symbol override

board_mmc_get_env_part() is not called as the default implementation
of mmc_get_env_part() is used.

Fix this problem by directly calling mmc_get_env_part() instead.

Signed-off-by: Eduard Strehlau <eduard@lionizers.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
board/storopack/smegw01/smegw01.c