Re: [U-Boot] [PATCH v2] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Chander Kashyap
Hi Albert, Thanks. On 15 October 2012 17:58, Albert ARIBAUD wrote: > Hi Chander, > > On Mon, 15 Oct 2012 17:28:23 +0530, Chander Kashyap > wrote: > >> From: Minkyu Kang >> >> Based upon single SoC there can be multiple varients. > > Typo here (varients => variants) I will fix it. -- with warm

Re: [U-Boot] [PATCH v2] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Albert ARIBAUD
Hi Chander, On Mon, 15 Oct 2012 17:28:23 +0530, Chander Kashyap wrote: > From: Minkyu Kang > > Based upon single SoC there can be multiple varients. Typo here (varients => variants) > This patch add support to match the complete product ID. > > Signed-off-by: Chander Kashyap > --- > Change