diff options
author | wdenk <wdenk> | 2003-08-30 00:05:50 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-30 00:05:50 +0000 |
commit | 0cb61d7dddb0d8c087f6df46a74815950668c97b (patch) | |
tree | 215dcff4a52d627cc1ee489c4550dbb67356224b /cpu/mpc8xx/cpu_init.c | |
parent | 6f21347d49b1741e4b8247f5e2d3fa83ef169c25 (diff) | |
download | u-boot-imx-0cb61d7dddb0d8c087f6df46a74815950668c97b.zip u-boot-imx-0cb61d7dddb0d8c087f6df46a74815950668c97b.tar.gz u-boot-imx-0cb61d7dddb0d8c087f6df46a74815950668c97b.tar.bz2 |
Patch by Raghu Krishnaprasad, 7 Aug 2003:
add support for Adder II MPC852T module
Diffstat (limited to 'cpu/mpc8xx/cpu_init.c')
-rw-r--r-- | cpu/mpc8xx/cpu_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/mpc8xx/cpu_init.c b/cpu/mpc8xx/cpu_init.c index 80f763d..dbf5db0 100644 --- a/cpu/mpc8xx/cpu_init.c +++ b/cpu/mpc8xx/cpu_init.c @@ -132,7 +132,8 @@ void cpu_init_f (volatile immap_t * immr) * I owe him a free beer. - wd] */ -#if defined(CONFIG_GTH) || \ +#if defined(CONFIG_ADDERII) || \ + defined(CONFIG_GTH) || \ defined(CONFIG_HERMES) || \ defined(CONFIG_ICU862) || \ defined(CONFIG_IP860) || \ |