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)
commita01cc0ac62d89942404415d42ea0d016a828502c
tree2c1f6a28df20404938d8644113fcf9a6a5340a22
parentbc51c911208bb4383b7f8d8f7544c844316a47b1
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