From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haiying Wang Date: Fri, 28 Jan 2011 10:19:08 -0500 Subject: [U-Boot] [PATCH 5/8 v3] P1021: add P1021MDS board support In-Reply-To: <482C6AC5-689E-4A23-BA8D-6A04D221A172@kernel.crashing.org> References: <1296190690-21146-1-git-send-email-Haiying.Wang@freescale.com> <1296190690-21146-3-git-send-email-Haiying.Wang@freescale.com> <482C6AC5-689E-4A23-BA8D-6A04D221A172@kernel.crashing.org> Message-ID: <1296227948.2918.0.camel@haiying-laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2011-01-28 at 08:49 -0600, Kumar Gala wrote: > > + > > +struct law_entry law_table[] = { > > +#ifndef CONFIG_IN_TPL > > + SET_LAW(CONFIG_SYS_PCIE1_MEM_PHYS, LAW_SIZE_512M, LAW_TRGT_IF_PCIE_1), > > + SET_LAW(CONFIG_SYS_PCIE1_IO_PHYS, LAW_SIZE_64K, LAW_TRGT_IF_PCIE_1), > > + SET_LAW(CONFIG_SYS_PCIE2_MEM_PHYS, LAW_SIZE_512M, LAW_TRGT_IF_PCIE_2), > > + SET_LAW(CONFIG_SYS_PCIE2_IO_PHYS, LAW_SIZE_64K, LAW_TRGT_IF_PCIE_2), > > PCIe LAWs are now set by common code, you can remove these. > Fixed it in v4 patch, thanks. Haiying