]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
i.MX31: Fix PRCS bit test
authorStefan Weil <sw@weilnetz.de>
Sun, 9 Jun 2013 20:44:22 +0000 (22:44 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Jun 2013 17:42:49 +0000 (18:42 +0100)
commitf3c8fac25f119641fd30f2014bfd368a0023769e
tree3b34f5ee9d7afba4a5738a576f4de89a0284fef4
parentc23045ded7571f0eaad95920ab00b6bc9c3a91e6
i.MX31: Fix PRCS bit test

cppcheck detected a condition which was always false.

According to the MCIMX31 Reference Manual, the PRCS bits have to be 01
to select the Frequency Pre-Multiplier (FPM). PRCS uses bits 1 and 2,
so we have to test for 2.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Message-id: 1370810662-32320-1-git-send-email-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/imx_ccm.c