From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 01 Mar 2012 21:51:57 +0100 Subject: [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency In-Reply-To: <1330610560-15978-1-git-send-email-fabio.estevam@freescale.com> References: <1330610560-15978-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <4F4FE16D.9060304@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 01/03/2012 15:02, Fabio Estevam a ?crit : > Create a weak-aliased arch_cpu_init, so that we can get rid of CONFIG_ARCH_CPU_INIT > and always call arch_cpu_init. > > This way we do not need to define CONFIG_ARCH_CPU_INIT in every board file, since > arch_cpu_init() is supposed to handle common CPU level code. This adds (some) (functionally dead) code to all boards that did not require arch_cpu_init(). Amicalement, -- Albert.