Re: [U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings

2015-08-02 Thread Simon Glass
On 28 July 2015 at 01:49, Bin Meng wrote: > On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass wrote: >> These are now in the device tree so we don't need to use the CONFIG options. >> Drop them. >> >> Signed-off-by: Simon Glass >> --- >> >> include/configs/minnowmax.h | 12 >> 1 file ch

Re: [U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings

2015-07-28 Thread Bin Meng
On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass wrote: > These are now in the device tree so we don't need to use the CONFIG options. > Drop them. > > Signed-off-by: Simon Glass > --- > > include/configs/minnowmax.h | 12 > 1 file changed, 12 deletions(-) > > diff --git a/include/confi

[U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings

2015-07-27 Thread Simon Glass
These are now in the device tree so we don't need to use the CONFIG options. Drop them. Signed-off-by: Simon Glass --- include/configs/minnowmax.h | 12 1 file changed, 12 deletions(-) diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 6dad2b1..cdbb65d 10