Re: [U-Boot] [PATCH 4/4] arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

2012-07-26 Thread Nobuhiro Iwamatsu
Applied my rmobile branch. Thanks. Nobuhiro On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi wrote: > From: Tetsuyuki Kobayashi > > According to SoC document, revision info is separated to integer part and > fracton part. So I separete rmobile_get_cpu_rev() to > rmobile_get_cpu_rev_inte

[U-Boot] [PATCH 4/4] arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

2012-07-25 Thread Tetsuyuki Kobayshi
From: Tetsuyuki Kobayashi According to SoC document, revision info is separated to integer part and fracton part. So I separete rmobile_get_cpu_rev() to rmobile_get_cpu_rev_integer() and rmobile_get_cpu_rev_fraction(). Signed-off-by: Tetsuyuki Kobayashi --- arch/arm/cpu/armv7/rmobile/cpu_inf