diff options
| author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:36 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:43:36 -0500 |
| commit | 40d5fa35d02df22580593bf0039ab173367e8ef0 (patch) | |
| tree | 6e9e24f6ee9d1088b10d4c92bde5e1944db83191 /cpu/mpc85xx/cpu_init.c | |
| parent | be7e8b0cb5a0c49dc180075b96df296a893bf146 (diff) | |
| download | olio-uboot-2014.01-40d5fa35d02df22580593bf0039ab173367e8ef0.tar.xz olio-uboot-2014.01-40d5fa35d02df22580593bf0039ab173367e8ef0.zip | |
* Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
Patch by Jon Loeliger 17-Jan-2006
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu/mpc85xx/cpu_init.c')
| -rw-r--r-- | cpu/mpc85xx/cpu_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc85xx/cpu_init.c b/cpu/mpc85xx/cpu_init.c index c12b47b58..9f4d36c1a 100644 --- a/cpu/mpc85xx/cpu_init.c +++ b/cpu/mpc85xx/cpu_init.c @@ -32,6 +32,7 @@ DECLARE_GLOBAL_DATA_PTR; + #ifdef CONFIG_CPM2 static void config_8560_ioports (volatile immap_t * immr) { |