commit | b78294db1194c2fd48d2d183376a1bf169a3fa59 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Wed Feb 13 22:46:43 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 13 20:30:08 2019 +0200 |
tree | 2c1f6a28df20404938d8644113fcf9a6a5340a22 | |
parent | 48dbe32f40df512a26cc8ff99ec3b5c47f4781db [diff] |
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>