From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 13 Feb 2014 09:57:02 +0100 Subject: [U-Boot] [PATCH] arm: Remove unused !CONFIG_SPL_BUILD code in board_init_f() In-Reply-To: <1385572925-18592-1-git-send-email-trini@ti.com> References: <1385572925-18592-1-git-send-email-trini@ti.com> Message-ID: <20140213095702.62387a20@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Wed, 27 Nov 2013 12:22:05 -0500, Tom Rini wrote: > Some code in board_init_f that dates back to the initial relocation > support had if/else for PRELOADER (which became SPL_BUILD) about setting > the stack pointer. But, board.c is never built for CONFIG_SPL_BUILD > now, so this really makes no sense. Drop this section. > > Cc: Albert ARIBAUD > Signed-off-by: Tom Rini > --- > arch/arm/lib/board.c | 5 ----- > 1 file changed, 5 deletions(-) This does not seem to apply cleanly, probably due to aarch64 rework. Can you please post a rebased v2? Amicalement, -- Albert.