diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-26 01:34:38 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-03-30 13:33:49 -0500 |
commit | b0fe93eda69721aef1fdef576164b668fad83bbd (patch) | |
tree | 043bb321c66d9eba33280b2cd7dbad685927afde /board/freescale/mpc8560ads | |
parent | 0088c298f0eeb90ec001f744e9959dea83dd563a (diff) | |
download | u-boot-imx-b0fe93eda69721aef1fdef576164b668fad83bbd.zip u-boot-imx-b0fe93eda69721aef1fdef576164b668fad83bbd.tar.gz u-boot-imx-b0fe93eda69721aef1fdef576164b668fad83bbd.tar.bz2 |
85xx: Use common LSDMR defines from asm/fsl_lbc.h
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8560ads')
-rw-r--r-- | board/freescale/mpc8560ads/mpc8560ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8560ads/mpc8560ads.c b/board/freescale/mpc8560ads/mpc8560ads.c index ac7778e..2bca0f2 100644 --- a/board/freescale/mpc8560ads/mpc8560ads.c +++ b/board/freescale/mpc8560ads/mpc8560ads.c @@ -36,6 +36,7 @@ #include <miiphy.h> #include <libfdt.h> #include <fdt_support.h> +#include <asm/fsl_lbc.h> #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) extern void ddr_enable_ecc(unsigned int dram_size); |