commit | bee0168bcec7d86ea0e9913b76d9b23208b02535 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Wed Jul 15 00:01:08 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jul 17 23:44:42 2009 +0200 |
tree | 0cbcaee86aeb7bab1eceed26ef8e0c6fba34a584 | |
parent | 3f3fc75e4e249ff53b166e7c7e9cae7ae0a64275 [diff] |
ppc: Fix compile error for boards with CONFIG_DDR_ECC A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC defined and resulted in errors such as: Configuring for canyonlands board... fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your processor" make[1]: *** No rule to make target `.depend', needed by `libdma.a'. Stop. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>