From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 08 Feb 2015 05:42:40 +0000 Subject: [U-Boot] [PATCH 3/3] sunxi: Switch to using soc_init hook for setting the ACTLR.SMP bit In-Reply-To: <1421870607-22916-3-git-send-email-hdegoede@redhat.com> References: <1421870607-22916-1-git-send-email-hdegoede@redhat.com> <1421870607-22916-3-git-send-email-hdegoede@redhat.com> Message-ID: <1423374160.23288.3.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-01-21 at 21:03 +0100, Hans de Goede wrote: > Replace our current DIY solution for setting the Cortex A7 ACTLR.SMP bit > with using the new soc_init hook and cpu_init_cortex_a7 helper function. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell