mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 10:03:41 +08:00
board/p1010rdb: Fix PCIe TLB creation on CONFIG_PCI define
PCIe TLB should be created with CONFIG_PCI defined Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
4d0e6e0d73
commit
505c293ffd
@ -69,7 +69,7 @@ struct fsl_e_tlb_entry tlb_table[] = {
|
||||
0, 3, BOOKE_PAGESZ_16M, 1),
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_PCI
|
||||
#ifdef CONFIG_PCI
|
||||
/* *I*G* - PCI */
|
||||
SET_TLB_ENTRY(1, CONFIG_SYS_PCIE1_MEM_VIRT, CONFIG_SYS_PCIE1_MEM_PHYS,
|
||||
MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
|
||||
|
Loading…
Reference in New Issue
Block a user