From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tirumala Marri Date: Mon, 21 Nov 2011 14:15:31 -0800 Subject: [U-Boot] PPC4xx: usbdev.c used at all? In-Reply-To: <201111171504.30732.sr@denx.de> References: <201111171504.30732.sr@denx.de> Message-ID: <84ba190ce6cd91cb6719b8e674521519@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, > >I just "touched" the file "arch/powerpc/cpu/ppc4xx/usbdev.c" again to >remove >some GCC 4.6 compiler warnings. While doing this I wondered (again) if >anybody >is using this "driver" at all. I definitely never did. And I'm wondering >if >this code is useful at all. > >So Marri (or anybody else): Do you need this driver in U-Boot? > >If not, I'll just remove it in a short while. This code is used when usb device is used as boot medium for Linux. Let me check what are the errors you are seeing. Thanks, Marri