[U-Boot] [PATCH v2] powerpc/mpc8548cds: Update config file

2011-10-09 Thread Kumar Gala
From: chenhui zhao chenhui.z...@freescale.com - Increase the size of malloc space. - Enable e1000 network card. - Show pci devices on startup. - Change the location of env address. - Use hwconfig to turn off ECC by default. [Kumar Gala] Fixed white space formating for CONFIG_EXTRA_ENV_SETTINGS

Re: [U-Boot] [PATCH v2] powerpc/mpc8548cds: Update config file

2011-10-09 Thread Tabi Timur-B04825
On Sun, Oct 9, 2011 at 5:55 PM, Kumar Gala ga...@kernel.crashing.org wrote: - Increase the size of malloc space. - Enable e1000 network card. - Show pci devices on startup. - Change the location of env address. - Use hwconfig to turn off ECC by default. This patch is missing all of the

Re: [U-Boot] [PATCH v2] powerpc/mpc8548cds: Update config file

2011-10-09 Thread Kumar Gala
On Oct 9, 2011, at 6:41 PM, Tabi Timur-B04825 wrote: On Sun, Oct 9, 2011 at 5:55 PM, Kumar Gala ga...@kernel.crashing.org wrote: - Increase the size of malloc space. - Enable e1000 network card. - Show pci devices on startup. - Change the location of env address. - Use hwconfig to turn

Re: [U-Boot] [PATCH v2] powerpc/mpc8548cds: Update config file

2011-10-09 Thread Tabi Timur-B04825
Kumar Gala wrote: * The only things not explained is the env address change. I can see it matches our other boards MPC8572DS, etc. So not exactly critical to me. There's no explanation for increasing the malloc size. * If Wolfgang wants to remove CONFIG_PCI_SCAN_SHOW so be it, but as long