aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2022-01-27 15:10:00 -0600
committerStefano Babic <sbabic@denx.de>2022-02-05 15:49:01 +0100
commit586cb71e13cb9889296646314905491b6ab0e001 (patch)
tree5a6cbcdcf1302fe6c052749a3ec4a2a6ad9c39db /board
parent8f55003c587bf10ee8c5d90cae23430109a74d7d (diff)
downloadu-boot-586cb71e13cb9889296646314905491b6ab0e001.zip
u-boot-586cb71e13cb9889296646314905491b6ab0e001.tar.gz
u-boot-586cb71e13cb9889296646314905491b6ab0e001.tar.bz2
imx: imx8mm_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>
Diffstat (limited to 'board')
-rw-r--r--board/beacon/imx8mm/imx8mm_beacon.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/beacon/imx8mm/imx8mm_beacon.c b/board/beacon/imx8mm/imx8mm_beacon.c
index 87ffebb..c228bbf 100644
--- a/board/beacon/imx8mm/imx8mm_beacon.c
+++ b/board/beacon/imx8mm/imx8mm_beacon.c
@@ -50,8 +50,3 @@ int board_init(void)
return 0;
}
-
-int board_mmc_get_env_dev(int devno)
-{
- return devno;
-}