Re: [U-Boot] [PATCH] Introduce CONFIG_4xx_HAS_OPB

2008-10-10 Thread Josh Boyer
On Fri, 10 Oct 2008 09:33:03 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > Josh, > > On Thursday 09 October 2008, Josh Boyer wrote: > > The lib_ppc/board.c file will fill in the bi_opbfreq variable > > in the bd_t structure for PowerPC 4xx platforms. However, it > > currently seems to be coupl

Re: [U-Boot] [PATCH] Introduce CONFIG_4xx_HAS_OPB

2008-10-10 Thread Stefan Roese
Josh, On Thursday 09 October 2008, Josh Boyer wrote: > The lib_ppc/board.c file will fill in the bi_opbfreq variable > in the bd_t structure for PowerPC 4xx platforms. However, it > currently seems to be coupled together with the bi_pci_busfreq > variable under a series of ifdefs for particular C

[U-Boot] [PATCH] Introduce CONFIG_4xx_HAS_OPB

2008-10-09 Thread Josh Boyer
The lib_ppc/board.c file will fill in the bi_opbfreq variable in the bd_t structure for PowerPC 4xx platforms. However, it currently seems to be coupled together with the bi_pci_busfreq variable under a series of ifdefs for particular CPU types. As a result, it is rather easy to miss getting bi_op