]> git.baikalelectronics.ru Git - uboot.git/commit
vybrid: Define the imx_get_mac_from_fuse() as a __weak function
authorLukasz Majewski <lukma@denx.de>
Wed, 13 Feb 2019 21:46:43 +0000 (22:46 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:08 +0000 (20:30 +0200)
commitc633c42722b83d8657f7bc974f7b18c39fb1dfd3
tree2c1f6a28df20404938d8644113fcf9a6a5340a22
parent7294ebfe615fea9df7a7bf5b74d5107dc74f2b08
vybrid: Define the imx_get_mac_from_fuse() as a __weak function

The proposed way of reading fused MAC in the imx_get_mac_from_fuse() may
be different for other boards.

This commit defines the imx_get_mac_from_fuse() as a weak function to allow
board file overriding it with customized function.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/cpu/armv7/vf610/generic.c