From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 11 Feb 2015 10:04:00 +0200 Subject: [U-Boot] [PATCH 2/2] mx6: Rework s_init to be spl_board_init() and gate_ungate_all_mx6_pfds() In-Reply-To: <1423613243-21114-2-git-send-email-trini@ti.com> References: <1423613243-21114-1-git-send-email-trini@ti.com> <1423613243-21114-2-git-send-email-trini@ti.com> Message-ID: <54DB0CF0.4000709@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/11/15 02:07, Tom Rini wrote: > To facilitate changing lowlevel_init to become s_init, move the current > contents of s_int() to gate_ungate_all_mx6_pfds() (and add extern to > arch/arm/include/asm/arch-mx6/crm_regs.h) and add a default weak > spl_board_init() that calls this function. The cm_fx6 platform already > has a spl_board_init() so make that call the new function as well. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Igor Grinberg > Cc: Nikita Kiryanov > Signed-off-by: Tom Rini Acked-by: Igor Grinberg -- Regards, Igor.