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 | |
parent | 45f2166ac0233a9263058378f39612bd11f61196 (diff) | |
download | u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.zip u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.tar.gz u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.tar.bz2 |
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')
-rw-r--r-- | include/configs/stxgp3.h | 1 | ||||
-rw-r--r-- | include/configs/stxssa.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index 3baa32c..047e1cf 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 */ diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index 9457bce..e09dd71 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -51,6 +51,7 @@ #undef 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 */ |