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:
parent
586cb71e13
commit
3d14bd2d20
@ -50,8 +50,3 @@ int board_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int board_mmc_get_env_dev(int devno)
|
||||
{
|
||||
return CONFIG_SYS_MMC_ENV_DEV;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user