]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx8mn_beacon: Remove redundant code
authorAdam Ford <aford173@gmail.com>
Thu, 27 Jan 2022 21:10:01 +0000 (15:10 -0600)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
commit6d2cd9dd6cf63d2e087ffd2090e96d1f7528ccd3
tree7e7fb8a45589ca983fa9a6e546d7924958434298
parent682eb7c56c6ac4b1771d0006ca2a1dfb93d2b0c1
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>
board/beacon/imx8mn/imx8mn_beacon.c