diff options
| author | Kumar Gala <[email protected]> | 2008-01-16 01:16:16 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2008-01-16 23:21:55 -0600 |
| commit | 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 (patch) | |
| tree | 774e6717f5bfe8c517b817f3975540e6d5ad2ded /include | |
| parent | 83d40dfd79fe868796275802f60116d84b9e4395 (diff) | |
85xx: convert MPC8544 DS over to use new LAW init code
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8544DS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 5a96db5ab25..a8942095c95 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -42,6 +42,8 @@ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ +#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ + #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ |
