]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832x
authorGerlando Falauto <gerlando.falauto@keymile.com>
Wed, 10 Oct 2012 22:13:06 +0000 (22:13 +0000)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 23 Oct 2012 20:23:25 +0000 (15:23 -0500)
commit4b5282de99291c31e0afe4b44e805395fadd7c8f
tree320c6b6e260e4cbd62a02c5aa4744b437d2eedff
parent91eb52ade2d929015a86ade10314908c1a74973e
cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832x

simplify #if defined(CONFIG_MPC8360) || defined(CONFIG_MPC832x)
for qe variables
with #if defined(CONFIG_QE)

Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
arch/powerpc/cpu/mpc83xx/speed.c