]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
86xx: Fix GUR PCI config registers properly.
authorJon Loeliger <jdl@freescale.com>
Wed, 20 Feb 2008 20:22:26 +0000 (14:22 -0600)
committerJon Loeliger <jdl@freescale.com>
Wed, 20 Feb 2008 20:45:09 +0000 (14:45 -0600)
commita551cee99ad1d1da20fd23ad265de47448852f56
treea6c37f4d07078beacba1c2214af79ecfb19280f6
parentcb06eb961bdffc8728b38c242473d802e83ab2b4
86xx: Fix GUR PCI config registers properly.

Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
I tried to "8610HPCD: Fix typos in two PCI setup registers", I
botched it due to not realizing that 8610 and 8641 had different
Global Utility Register defintions, one of which was like 85xx,
and the other wasn't.  Correct this problem by introducing two
symbols, one for each 86xx SoC, but neither of which is named
anything like 85xx.

My bad.  Lovely Wednesday with git bisect.  You know.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
include/asm-ppc/immap_86xx.h