commit | 76f239962db6e0ac5b3cc0e56720a8b3f8138153 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 04 18:02:10 2009 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 04 21:39:07 2009 -0600 |
tree | f6aeb8713545c25e54cd50e6a55ff355b160e418 | |
parent | f98a2b776449dbb299599733e0762d5bfad7f1f5 [diff] |
ppc/85xx: Fix inclusion of 83xx immap in 85xx builds The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should not be including the immap_83xx.h when building 85xx. We can just get this all from common.h Signed-off-by: Kumar Gala <galak@kernel.crashing.org>