diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 09:11:53 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:56 -0600 |
commit | 572b13afc42710f2957c382a710360429c0e099b (patch) | |
tree | 17a68276dce04923f26a14c35603afba54264e1a /include/configs/stxgp3.h | |
parent | 45f2166ac0233a9263058378f39612bd11f61196 (diff) |
85xx: convert STXGP3/STXSSA over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/stxgp3.h')
-rw-r--r-- | include/configs/stxgp3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index 3baa32c8d6e..047e1cf99a3 100644 --- a/include/configs/stxgp3.h +++ b/include/configs/stxgp3.h @@ -51,6 +51,7 @@ #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ +#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ /* sysclk for MPC85xx */ |