From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:23:49 -0800 Subject: [U-Boot] [PATCH v2 5/9] kmp204x: add support for the kmcoge4 board In-Reply-To: <1390819752-21233-6-git-send-email-valentin.longchamp@keymile.com> References: <1390819752-21233-1-git-send-email-valentin.longchamp@keymile.com> <1390819752-21233-6-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52EFFAD5.5070909@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/27/2014 02:49 AM, Valentin Longchamp wrote: > The kmcoge4 board is the product board derived from the kmlion1 > prototype. The main difference between the 2 boards is that the kmcoge4 > does not configure the Local Bus controller for LCS2. > > Signed-off-by: Valentin Longchamp > --- > > Changes in v2: None > Applied to u-boot-mpc85xx master branch. York