diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 01:32:06 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 (patch) | |
tree | 0867d81cde8d13b0075f102c8cf927e6c02152cf /include/configs/MPC8560ADS.h | |
parent | 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 (diff) | |
download | u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.zip u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.tar.gz u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.tar.bz2 |
85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8560ADS.h')
-rw-r--r-- | include/configs/MPC8560ADS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 5f10555..08884b3 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -52,6 +52,7 @@ #define CONFIG_DDR_ECC /* only for ECC DDR module */ #define CONFIG_MEM_INIT_VALUE 0xDeadBeef +#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ /* * sysclk for MPC85xx |