From: Sandeep Paulraj Date: Mon, 5 Sep 2011 15:25:20 +0000 (-0400) Subject: OMAP3 Beagle: Minor config cleanup X-Git-Tag: v2011.09-rc2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=205c0658906751f343349f29092385fb45a7d3e8;p=u-boot OMAP3 Beagle: Minor config cleanup This patch removes a hardcoded MAC address Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index a891246f46..1369c89e4a 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" \