Re: [U-Boot] [PATCH v2 01/21] pci: Remove 440ep specific macros

2018-08-02 Thread Simon Glass
On 29 July 2018 at 07:36, Bin Meng wrote: > These macros should not be put in the generic pci.h header file. > Since they are not referenced anywhere, remove them completely. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > include/pci.h | 15 --- > 1 file changed, 15 de

[U-Boot] [PATCH v2 01/21] pci: Remove 440ep specific macros

2018-07-29 Thread Bin Meng
These macros should not be put in the generic pci.h header file. Since they are not referenced anywhere, remove them completely. Signed-off-by: Bin Meng --- Changes in v2: None include/pci.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/pci.h b/include/pci.h index