projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f55003
)
imx: imx8mm_beacon: Remove redundant code
author
Adam Ford
<aford173@gmail.com>
Thu, 27 Jan 2022 21:10:00 +0000
(15:10 -0600)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000
(15:49 +0100)
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>
board/beacon/imx8mm/imx8mm_beacon.c
patch
|
blob
|
history
diff --git
a/board/beacon/imx8mm/imx8mm_beacon.c
b/board/beacon/imx8mm/imx8mm_beacon.c
index
87ffebb
..
c228bbf
100644
(file)
--- 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;
-}