From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 22 Oct 2012 11:09:47 -0600 Subject: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework In-Reply-To: <1350716904-4592-2-git-send-email-amartin@nvidia.com> References: <1350716904-4592-1-git-send-email-amartin@nvidia.com> <1350716904-4592-2-git-send-email-amartin@nvidia.com> Message-ID: <50857DDB.6020503@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 10/20/2012 01: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. The series, Acked-by: Stephen Warren Tested-by: Stephen Warren