From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 24 Feb 2015 09:54:31 -0700 Subject: [U-Boot] [PATCH 2/3] ARM: tegra: Fix the USB gadget configuration for T20 In-Reply-To: <1424796293-22746-2-git-send-email-alban.bedel@avionic-design.de> References: <1424796293-22746-1-git-send-email-alban.bedel@avionic-design.de> <1424796293-22746-2-git-send-email-alban.bedel@avionic-design.de> Message-ID: <54ECACC7.8010108@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/24/2015 09:44 AM, Alban Bedel wrote: > The USB controller on T20 doesn't have the HOSTPC feature. > > As there is not define for the SoC type at this level we use the > address of the first USB controller as match. Not very nice but it > should do for now. CONFIG_TEGRA20 ought to work fine here?