diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 09:06:48 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 45f2166ac0233a9263058378f39612bd11f61196 (patch) | |
tree | b7ad670c56772a5c0c7e66712a0b0becb2413930 /include/configs/PM856.h | |
parent | e2b159d0070ee06e4ac7e2f9381d3e8e542e614a (diff) | |
download | u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.zip u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.tar.gz u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.tar.bz2 |
85xx: convert PM854/PM856 over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/PM856.h')
-rw-r--r-- | include/configs/PM856.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/PM856.h b/include/configs/PM856.h index ae2645c..8902f42 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -51,6 +51,7 @@ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ #define CONFIG_MEM_INIT_VALUE 0xDEADBEEF +#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ /* * sysclk for MPC85xx |