From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 29 Nov 2012 09:19:24 +0100 Subject: [U-Boot] [PATCH 02/10] usb: Fix bug when both DFU & ETHER are defined In-Reply-To: <1354174439-5589-3-git-send-email-panto@antoniou-consulting.com> References: <1354174439-5589-1-git-send-email-panto@antoniou-consulting.com> <1354174439-5589-3-git-send-email-panto@antoniou-consulting.com> Message-ID: <201211290919.24914.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pantelis Antoniou, > When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined > the makefile links objects twice. > > Detect this and fix it with a not very elegant way in the > makefile. Revisit and clean it later. > > Signed-off-by: Pantelis Antoniou [...] This really needs some proper thinking and fixing. Besides ... can you please annotate the patches with proper V2: and a proper changelog, see [1]? [1] http://www.denx.de/wiki/U-Boot/Patches Best regards, Marek Vasut