From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 26 Oct 2012 09:45:36 -0700 Subject: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework In-Reply-To: <508ABCE8.3050106@wwwdotorg.org> References: <1350716904-4592-1-git-send-email-amartin@nvidia.com> <1350716904-4592-2-git-send-email-amartin@nvidia.com> <508ABCE8.3050106@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On Fri, Oct 26, 2012 at 9:40 AM, Stephen Warren wrote: > On 10/26/2012 10:38 AM, Simon Glass wrote: >> On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: >>> Change tegra SPL to use common SPL framework. Any tegra specific >>> initialization is now done in spl_board_init() instead of >>> board_init_f()/board_init_r(). Only one SPL boot target is supported >>> on tegra, which is boot to RAM image. jump_to_image_no_args() must be >>> overridden on tegra so the host CPU can be initialized. >>> >>> Signed-off-by: Allen Martin >> >> Acked-by: Simon Glass >> Tested-by: Simon Glass > > I think it'd be useful if you cut out the parts of emails you're not > replying to. By quoting everything, you make me go look at the entire > rest of the email to see if you've said something else. Thanks. Yes, agreed. It slows me down also when people do this, although my emailer hides common parts so I sometimes miss it. Regards, Simon