diff mbox

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

Message ID 1438033652-30435-14-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass July 27, 2015, 9:47 p.m. UTC
These are now in the device tree so we don't need to use the CONFIG options.
Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/minnowmax.h | 12 ------------
 1 file changed, 12 deletions(-)

Comments

Bin Meng July 28, 2015, 7:49 a.m. UTC | #1
On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass <sjg@chromium.org> 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 <sjg@chromium.org>
> ---
>
>  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 100644
> --- a/include/configs/minnowmax.h
> +++ b/include/configs/minnowmax.h
> @@ -19,18 +19,6 @@
>
>  #define CONFIG_SMSC_LPC47M
>
> -#define CONFIG_PCI_MEM_BUS             0xd0000000
> -#define CONFIG_PCI_MEM_PHYS            CONFIG_PCI_MEM_BUS
> -#define CONFIG_PCI_MEM_SIZE            0x10000000
> -
> -#define CONFIG_PCI_PREF_BUS            0xc0000000
> -#define CONFIG_PCI_PREF_PHYS           CONFIG_PCI_PREF_BUS
> -#define CONFIG_PCI_PREF_SIZE           0x10000000
> -
> -#define CONFIG_PCI_IO_BUS              0x2000
> -#define CONFIG_PCI_IO_PHYS             CONFIG_PCI_IO_BUS
> -#define CONFIG_PCI_IO_SIZE             0xe000
> -
>  #define CONFIG_PCI_CONFIG_HOST_BRIDGE
>  #define CONFIG_SYS_EARLY_PCI_INIT
>  #define CONFIG_PCI_PNP
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Simon Glass Aug. 2, 2015, 11:38 p.m. UTC | #2
On 28 July 2015 at 01:49, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Tue, Jul 28, 2015 at 5:47 AM, Simon Glass <sjg@chromium.org> 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 <sjg@chromium.org>
>> ---
>>
>>  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 100644
>> --- a/include/configs/minnowmax.h
>> +++ b/include/configs/minnowmax.h
>> @@ -19,18 +19,6 @@
>>
>>  #define CONFIG_SMSC_LPC47M
>>
>> -#define CONFIG_PCI_MEM_BUS             0xd0000000
>> -#define CONFIG_PCI_MEM_PHYS            CONFIG_PCI_MEM_BUS
>> -#define CONFIG_PCI_MEM_SIZE            0x10000000
>> -
>> -#define CONFIG_PCI_PREF_BUS            0xc0000000
>> -#define CONFIG_PCI_PREF_PHYS           CONFIG_PCI_PREF_BUS
>> -#define CONFIG_PCI_PREF_SIZE           0x10000000
>> -
>> -#define CONFIG_PCI_IO_BUS              0x2000
>> -#define CONFIG_PCI_IO_PHYS             CONFIG_PCI_IO_BUS
>> -#define CONFIG_PCI_IO_SIZE             0xe000
>> -
>>  #define CONFIG_PCI_CONFIG_HOST_BRIDGE
>>  #define CONFIG_SYS_EARLY_PCI_INIT
>>  #define CONFIG_PCI_PNP
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot-x86.
diff mbox

Patch

diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 6dad2b1..cdbb65d 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -19,18 +19,6 @@ 
 
 #define CONFIG_SMSC_LPC47M
 
-#define CONFIG_PCI_MEM_BUS		0xd0000000
-#define CONFIG_PCI_MEM_PHYS		CONFIG_PCI_MEM_BUS
-#define CONFIG_PCI_MEM_SIZE		0x10000000
-
-#define CONFIG_PCI_PREF_BUS		0xc0000000
-#define CONFIG_PCI_PREF_PHYS		CONFIG_PCI_PREF_BUS
-#define CONFIG_PCI_PREF_SIZE		0x10000000
-
-#define CONFIG_PCI_IO_BUS		0x2000
-#define CONFIG_PCI_IO_PHYS		CONFIG_PCI_IO_BUS
-#define CONFIG_PCI_IO_SIZE		0xe000
-
 #define CONFIG_PCI_CONFIG_HOST_BRIDGE
 #define CONFIG_SYS_EARLY_PCI_INIT
 #define CONFIG_PCI_PNP