]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/powerpc/cpu/ppc4xx/gpio.c
ppc4xx: Fix problem in gpio_config()
authorStefan Roese <sr@denx.de>
Mon, 23 Jun 2008 09:15:09 +0000 (11:15 +0200)
committerStefan Roese <sr@denx.de>
Mon, 23 Jun 2008 09:15:09 +0000 (11:15 +0200)
commitaac7a5095b968d6c9a3e6422f31b4ad203cac9c8
treecc37017ee90c9bc936f852d88d71c044a8c564e6
parent914f58c5766860373a7d232e961cee5a4b54a55b
ppc4xx: Fix problem in gpio_config()

As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
left by one. So the additional shift is bogus.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/gpio.c