[U-Boot] [PATCH] fsl: add LAW target to fsl_pci_info structure
Kumar Gala
kumar.gala at freescale.com
Fri May 28 22:16:21 CEST 2010
>
> struct fsl_pci_info {
> - unsigned long regs;
> - pci_addr_t mem_bus;
> - phys_size_t mem_phys;
> - pci_size_t mem_size;
> - pci_addr_t io_bus;
> - phys_size_t io_phys;
> - pci_size_t io_size;
> - int pci_num;
> + unsigned long regs;
> + pci_addr_t mem_bus;
> + phys_size_t mem_phys;
> + pci_size_t mem_size;
> + pci_addr_t io_bus;
> + phys_size_t io_phys;
> + pci_size_t io_size;
> + enum law_trgt_if law;
> + int pci_num;
> };
My pref is to leave the tabs.
- k
More information about the U-Boot
mailing list