diff options
| author | Adam Ford <[email protected]> | 2022-01-27 15:10:01 -0600 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-02-05 15:49:01 +0100 |
| commit | 3d14bd2d207b820b6d5c960fe4c542ea308a2e86 (patch) | |
| tree | 7e7fb8a45589ca983fa9a6e546d7924958434298 | |
| parent | 586cb71e13cb9889296646314905491b6ab0e001 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/beacon/imx8mn/imx8mn_beacon.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/beacon/imx8mn/imx8mn_beacon.c b/board/beacon/imx8mn/imx8mn_beacon.c index 7fe252b262b..6397dac872e 100644 --- a/board/beacon/imx8mn/imx8mn_beacon.c +++ b/board/beacon/imx8mn/imx8mn_beacon.c @@ -50,8 +50,3 @@ int board_init(void) return 0; } - -int board_mmc_get_env_dev(int devno) -{ - return CONFIG_SYS_MMC_ENV_DEV; -} |
