diff options
author | Fabio Estevam <festevam@gmail.com> | 2012-04-11 16:07:35 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 15:08:30 +0800 |
commit | 4e692101aba53ba068142a2c76e3b278682be2e3 (patch) | |
tree | 68e9d5bf7271f4ce4f10b5e323256cf2d884a5eb /arch/arm/boot/dts/imx6q-arm2.dts | |
parent | 0c456cfa7ef3f02cb077a2883bd9f5ad1cde3761 (diff) |
ARM: imx6q-arm2: Remove hardcoded mac address
Do not hardcode the local mac address.
Let bootloader retrieve it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-arm2.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-arm2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts index 9c468d2338f3..3fabe921f7b4 100644 --- a/arch/arm/boot/dts/imx6q-arm2.dts +++ b/arch/arm/boot/dts/imx6q-arm2.dts @@ -25,7 +25,6 @@ aips-bus@02100000 { /* AIPS2 */ ethernet@02188000 { phy-mode = "rgmii"; - local-mac-address = [00 04 9F 01 1B 61]; status = "okay"; }; |