Re: [U-Boot] [PATCH 7/8] sbc8548: allow enabling PCI via a make config option

2009-09-19 Thread Kumar Gala
On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote: > Prior to this commit, to enable PCI, you had to go manually > edit the board config header, and if you had 33MHz PCI, you > had to manually change CONFIG_SYS_NS16550_CLK too, which was > not real user friendly, > > This adds the typical PCI and

[U-Boot] [PATCH 7/8] sbc8548: allow enabling PCI via a make config option

2009-09-18 Thread Paul Gortmaker
Prior to this commit, to enable PCI, you had to go manually edit the board config header, and if you had 33MHz PCI, you had to manually change CONFIG_SYS_NS16550_CLK too, which was not real user friendly, This adds the typical PCI and clock speed make targets to the toplevel Makefile in accordance