[U-Boot] [PATCH 4/5] MPC8308RDB: various clean ups

2010-09-17 Thread Ilya Yanok
This patch cleans up the Freescale MPC8308RDB Development board support. Things fixed: - Removed unused PCIE2 definitions from configuration - SICR{L,H} defines used for System I/O Configuration Registers values instead of hardcoding - CONFIG_SYS_SCCR_PCIEXP1CM used to enable PCIE clock inste

Re: [U-Boot] [PATCH 4/5] MPC8308RDB: various clean ups

2010-09-16 Thread Kim Phillips
On Tue, 14 Sep 2010 22:40:40 +0200 Ilya Yanok wrote: > - clrsetbits_be32(&clk->sccr, SCCR_PCIEXP1CM , > - SCCR_PCIEXP1CM_1); > - this causes a new warning: Configuring for MPC8308RDB board... mpc8308rdb.c: In function 'pci_init_board': mpc8308rdb.c:89: warnin

[U-Boot] [PATCH 4/5] MPC8308RDB: various clean ups

2010-09-14 Thread Ilya Yanok
This patch cleans up the Freescale MPC8308RDB Development board support. Things fixed: - Removed unused PCIE2 definitions from configuration - SICR{L,H} defines used for System I/O Configuration Registers values instead of hardcoding - CONFIG_SYS_SCCR_PCIEXP1CM used to enable PCIE clock inste