From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 16 Jun 2015 14:29:06 -0600 Subject: [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210 In-Reply-To: <9c34954cc95f4f2e9896b435399283a4@DRHQMAIL103.nvidia.com> References: <1433363711-29554-1-git-send-email-twarren@nvidia.com> <1433363711-29554-2-git-send-email-twarren@nvidia.com> <557F0735.4050402@wwwdotorg.org> <9c34954cc95f4f2e9896b435399283a4@DRHQMAIL103.nvidia.com> Message-ID: <55808712.6020606@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 06/15/2015 04:18 PM, Tom Warren wrote: > Update WRT gpio.h and hardware.h, below. > >Tom Warren wrote at Monday, June 15, 2015 1:05 PM: >> Stephen Warren wrote at Monday, June 15, 2015 10:11 AM: >>> On 06/03/2015 02:35 PM, Tom Warren wrote: >>>> All based off of Tegra124. As a Tegra210 board is brought up, these >>>> may change a bit to match the HW more closely, but probably 90% of >>>> this is identical to T124. ... >>>> diff --git a/arch/arm/include/asm/arch-tegra210/hardware.h >>>> b/arch/arm/include/asm/arch-tegra210/hardware.h >>> >>> Can we drop this file? I don't see a hardware.h in any of the other >>> arch-tegra*/ directories. >> Sure. It's never been used AFAICT. > Can't drop hardware.h. It's expected to be in every build, included from arch/arm/include/asm/hardware.h, created by Wolfgang way back in 2003. But there is no hardware.h in any of arch/arm/include/asm/arch-tegra*.h in u-boot.git's master branch as of today.