diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-04-26 17:58:56 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-04-26 17:58:56 -0500 |
commit | debb7354d1ea4f694154818df5e5b523f5c1cc1d (patch) | |
tree | 3756d8c53914f5c728a7b4da2886243fd22c9bd7 /lib_ppc | |
parent | 76544f80e476a7a0cc3a0bbce853354f2c6a61e2 (diff) | |
download | u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.zip u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.tar.gz u-boot-imx-debb7354d1ea4f694154818df5e5b523f5c1cc1d.tar.bz2 |
Initial support for MPC8641 HPCN board.
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index e68cf1f..126102b 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -503,7 +503,7 @@ void board_init_f (ulong bootflag) #endif #if defined(CONFIG_8xx) || defined(CONFIG_8260) || defined(CONFIG_5xx) || \ - defined(CONFIG_E500) + defined(CONFIG_E500) || defined(CONFIG_MPC86xx) bd->bi_immr_base = CFG_IMMR; /* base of IMMR register */ #endif #if defined(CONFIG_MPC5xxx) |