]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: kzm9g: separate cpu_rev to integer and fraction
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Wed, 25 Jul 2012 18:24:21 +0000 (18:24 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:24 +0000 (02:04 +0200)
commit4f007b8334b9ed7170254cc784ad4f23f10192d0
tree5946d3924cc837eb2e3cc8049e9c44ab21b961b7
parent170cc96f6c0e7357f8516b61d44341c53866d208
arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

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 <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/cpu/armv7/rmobile/cpu_info-sh73a0.c
arch/arm/cpu/armv7/rmobile/cpu_info.c