From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 03 Dec 2012 17:36:07 -0700 Subject: [U-Boot] [PATCH v2 3/7] Tegra30: Add CPU (armv7) files In-Reply-To: <1354578322-1834-4-git-send-email-twarren@nvidia.com> References: <1354578322-1834-1-git-send-email-twarren@nvidia.com> <1354578322-1834-4-git-send-email-twarren@nvidia.com> Message-ID: <50BD4577.7010605@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 12/03/2012 04:45 PM, Tom Warren wrote: > These files are for code that runs on the CPU (A9) on T30 boards. > At this time, it's only the RCM (Recovery Mode) cmd file, which > is in tegra-common. As T30-specific run-time code is added, it'll > go here. I don't think this patch adds any code any more; certainly not cmd_rcm.c.