[U-Boot] [PATCH] OMAP3 Beagle: Minor config cleanup

From: Sandeep Paulraj s-paulraj@ti.com
This patch removes a hardcoded MAC address
Signed-off-by: Sandeep Paulraj s-paulraj@ti.com --- include/configs/omap3_beagle.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 18c6deb..57d4bb3 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -215,7 +215,6 @@ "loadaddr=0x80200000\0" \ "rdaddr=0x81000000\0" \ "usbtty=cdc_acm\0" \ - "usbethaddr=de:ad:be:ef\0" \ "bootfile=uImage.beagle\0" \ "console=ttyS2,115200n8\0" \ "mpurate=auto\0" \

On Mon, Sep 5, 2011 at 11:25 AM, s-paulraj@ti.com wrote:
From: Sandeep Paulraj s-paulraj@ti.com
This patch removes a hardcoded MAC address
Signed-off-by: Sandeep Paulraj s-paulraj@ti.com
include/configs/omap3_beagle.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 18c6deb..57d4bb3 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -215,7 +215,6 @@ "loadaddr=0x80200000\0" \ "rdaddr=0x81000000\0" \ "usbtty=cdc_acm\0" \
- "usbethaddr=de:ad:be:ef\0" \
"bootfile=uImage.beagle\0" \ "console=ttyS2,115200n8\0" \ "mpurate=auto\0" \ -- 1.6.0.4
Acked-by: Jason Kridner jdk@ti.com
Sorry for letting this slip through initially.
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Jason Kridner
-
s-paulraj@ti.com