diff options
author | wdenk <wdenk> | 2003-05-22 22:52:13 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-05-22 22:52:13 +0000 |
commit | 5d232d0e7ea982d859d028ab482d95eb68460b19 (patch) | |
tree | a02c773fa4be5687f8f97d053ebd9afebbfaa54f /lib_ppc | |
parent | c8c3a8be2dd09e51d7dc33f431e3a638ac5688f2 (diff) | |
download | u-boot-imx-5d232d0e7ea982d859d028ab482d95eb68460b19.zip u-boot-imx-5d232d0e7ea982d859d028ab482d95eb68460b19.tar.gz u-boot-imx-5d232d0e7ea982d859d028ab482d95eb68460b19.tar.bz2 |
* Patch by Dave Ellis, 22 May 2003:
Fix problem with only partially cleared .bss segment
* Patch by Rune Torgersen, 12 May 2003:
get PCI to work on a MPC8266ADS board; incorporate change to
cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 923f70e..a11288d 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -843,6 +843,7 @@ void board_init_r (gd_t *id, ulong dest_addr) defined(CONFIG_IVMS8) || \ defined(CONFIG_LWMON) || \ defined(CONFIG_MPC8260ADS) || \ + defined(CONFIG_MPC8266ADS) || \ defined(CONFIG_PCU_E) || \ defined(CONFIG_RPXSUPER) || \ defined(CONFIG_SPD823TS) ) |