]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Fix compile errors if CONFIG_SYS_{BR,OR}0_PRELIM aren't set
authorKumar Gala <galak@kernel.crashing.org>
Fri, 20 May 2011 05:54:39 +0000 (00:54 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 11 Jul 2011 18:24:19 +0000 (13:24 -0500)
commit9829feffec9c8c7a1d25da1dae54f0fea080f7a2
tree66b66e39c949902e9b62e0980184ac73d87b65c2
parentbe1ff615eac1e323f67b3197390369c398ea4491
powerpc/85xx: Fix compile errors if CONFIG_SYS_{BR,OR}0_PRELIM aren't set

Add ifdef protection in LBC code to handle the case in which
CONFIG_SYS_BR0_PRELIM and CONFIG_SYS_OR0_PRELIM arent defined for a
build.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c