]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Fix setting of EPAPR_MAGIC value
authorKumar Gala <galak@kernel.crashing.org>
Thu, 21 Jul 2011 21:50:22 +0000 (16:50 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jul 2011 13:53:37 +0000 (08:53 -0500)
commit70bfb032ec592c99f78791305641b22f85fb52db
treed6837716e7f33204a61025a20f59f336099740c7
parentce0f709bcd52bbe5f432771ad3a18bd3d5a6747f
powerpc/85xx: Fix setting of EPAPR_MAGIC value

Had a typo in the ifdef for 85xx, should be CONFIG_MPC85xx for it to get
triggered.  Was pull in the non-BookE magic number.

Reported-by: John Cortell
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/lib/bootm.c