imx: imx8mn_beacon: Remove redundant code

The function to return the default MMC device for the environment
already has a __weak instance doing exactly the same thing.  Remove
the superfluous one.

Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
Adam Ford 2022-01-27 15:10:01 -06:00 committed by Stefano Babic
parent 586cb71e13
commit 3d14bd2d20

View File

@ -50,8 +50,3 @@ int board_init(void)
return 0;
}
int board_mmc_get_env_dev(int devno)
{
return CONFIG_SYS_MMC_ENV_DEV;
}