From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 23 Mar 2015 16:40:07 +0000 Subject: [U-Boot] [PATCH] common/board_f: make board_init_f_mem() independent on !CONFIG_X86 In-Reply-To: <1426493026-6821-1-git-send-email-abrodkin@synopsys.com> References: <1426493026-6821-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1427128806.2950.53.camel@synopsys.com> 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, Simon, On Mon, 2015-03-16 at 11:03 +0300, Alexey Brodkin wrote: > Even though board_init_f_mem() is not used on x86 today there's no > reason to not use it in the future. > > Moreover board_init_f_mem() has nothing to do with any particular > architecture so move it away from #else /* CONFIG_X86 */ > > Signed-off-by: Alexey Brodkin > Cc: Simon Glass > Cc: Tom Rini Any comments on this one? This is a prerequisite for ARC updates so would be good to have it merged sometime soon. -Alexey