]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/b4: Fix the wrong register offset of B4 PCIE module
authorLiu Gang <Gang.Liu@freescale.com>
Mon, 25 Feb 2013 00:14:17 +0000 (00:14 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 2 May 2013 21:56:43 +0000 (16:56 -0500)
commitada961e2fc3981927acae48fe325ceaa367cf870
treee317ed8034aa861776ff017ff877fc79daa93ccf
parentf45210d6e7aa600fa0fa96eb67afb37567fd4cce
powerpc/b4: Fix the wrong register offset of B4 PCIE module

B4420/B4860 PCIE can not work because of the wrong definition of
the PCIE register offset in the file:
arch/powerpc/include/asm/immap_85xx.h

Add the judgement of B4420/B4860 to make the register offset to:
#define CONFIG_SYS_MPC85xx_PCIE1_OFFSET         0x200000

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/include/asm/immap_85xx.h