From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 22 Jan 2015 18:41:46 -0600 Subject: [U-Boot] [PATCH v4 06/11] arch/powerpc: Initialize VSC9953 L2 Switch In-Reply-To: <1421834052-20506-1-git-send-email-codrin.ciubotariu@freescale.com> References: <1421834052-20506-1-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <54C198CA.7040408@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/21/2015 03:54 AM, Codrin Ciubotariu wrote: > This patch initializes VSC9953 L2 Switch for boards that have > CONFIG_VSC9953 defined in their config file. > > Signed-off-by: Codrin Ciubotariu > --- > > Changes for v2: > - added patch description; > > Changes for v3: > - Removed "Change-id" line from comment; > > Changes for v4: > - removed define CONFIG_VSC9953 from SoC > config header; > - patch title and comment changed to reflect > the new change; > Applied to u-boot-mpc85xx master branch, awaiting upstream. York