From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 01 Oct 2012 10:24:36 -0600 Subject: [U-Boot] [PATCH v2 1/2] tegra: clean up board include hell In-Reply-To: <1348948929-29928-1-git-send-email-dev@lynxeye.de> References: <1348948929-29928-1-git-send-email-dev@lynxeye.de> Message-ID: <5069C3C4.9080701@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 09/29/2012 02:02 PM, Lucas Stach wrote: > The prototypes used in board files were all scattered out, which lead to > code duplication between SPL and normal U-Boot and some prototypes not actually > being used. Consolidate this in a common board header. Seems reasonable enough to me. This series or anything similar that's also OK with Tom is: Acked-by: Stephen Warren