All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
@ 2017-10-15  5:03 Heinrich Schuchardt
  2017-10-15  7:54 ` Stefan Roese
  2017-11-16 13:06 ` Stefan Roese
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2017-10-15  5:03 UTC (permalink / raw)
  To: u-boot

Enable DISTRO_DEFAULTS for
mvebu_db_armada8k_defconfig
mvebu_mcbin-88f8040_defconfig

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/mvebu_db_armada8k_defconfig   | 1 +
 configs/mvebu_mcbin-88f8040_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/mvebu_db_armada8k_defconfig b/configs/mvebu_db_armada8k_defconfig
index 9fa4d9f98c..cffb3d06e6 100644
--- a/configs/mvebu_db_armada8k_defconfig
+++ b/configs/mvebu_db_armada8k_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TARGET_MVEBU_ARMADA_8K=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-8040-db"
+CONFIG_DISTRO_DEFAULTS=y
 CONFIG_SMBIOS_PRODUCT_NAME=""
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
diff --git a/configs/mvebu_mcbin-88f8040_defconfig b/configs/mvebu_mcbin-88f8040_defconfig
index 9afe651872..f779793082 100644
--- a/configs/mvebu_mcbin-88f8040_defconfig
+++ b/configs/mvebu_mcbin-88f8040_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TARGET_MVEBU_ARMADA_8K=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-8040-mcbin"
+CONFIG_DISTRO_DEFAULTS=y
 CONFIG_SMBIOS_PRODUCT_NAME=""
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
  2017-10-15  5:03 [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin Heinrich Schuchardt
@ 2017-10-15  7:54 ` Stefan Roese
  2017-11-12 14:47   ` Heinrich Schuchardt
  2017-11-16 13:06 ` Stefan Roese
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2017-10-15  7:54 UTC (permalink / raw)
  To: u-boot

On 15.10.2017 07:03, Heinrich Schuchardt wrote:
> Enable DISTRO_DEFAULTS for
> mvebu_db_armada8k_defconfig
> mvebu_mcbin-88f8040_defconfig
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>   configs/mvebu_db_armada8k_defconfig   | 1 +
>   configs/mvebu_mcbin-88f8040_defconfig | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/configs/mvebu_db_armada8k_defconfig b/configs/mvebu_db_armada8k_defconfig
> index 9fa4d9f98c..cffb3d06e6 100644
> --- a/configs/mvebu_db_armada8k_defconfig
> +++ b/configs/mvebu_db_armada8k_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_TARGET_MVEBU_ARMADA_8K=y
>   CONFIG_DEFAULT_DEVICE_TREE="armada-8040-db"
> +CONFIG_DISTRO_DEFAULTS=y
>   CONFIG_SMBIOS_PRODUCT_NAME=""
>   CONFIG_DEBUG_UART=y
>   CONFIG_AHCI=y
> diff --git a/configs/mvebu_mcbin-88f8040_defconfig b/configs/mvebu_mcbin-88f8040_defconfig
> index 9afe651872..f779793082 100644
> --- a/configs/mvebu_mcbin-88f8040_defconfig
> +++ b/configs/mvebu_mcbin-88f8040_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_TARGET_MVEBU_ARMADA_8K=y
>   CONFIG_DEFAULT_DEVICE_TREE="armada-8040-mcbin"
> +CONFIG_DISTRO_DEFAULTS=y
>   CONFIG_SMBIOS_PRODUCT_NAME=""
>   CONFIG_DEBUG_UART=y
>   CONFIG_AHCI=y
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
  2017-10-15  7:54 ` Stefan Roese
@ 2017-11-12 14:47   ` Heinrich Schuchardt
  2017-11-14 15:52     ` Stefan Roese
  0 siblings, 1 reply; 5+ messages in thread
From: Heinrich Schuchardt @ 2017-11-12 14:47 UTC (permalink / raw)
  To: u-boot

Hello Konstantin, hello Stefan,

in which git repository do you consolidate the MVEBU_ARMADA_8K and 
MACCHIATOBin work?

I could not find this information in
board/Marvell/mvebu_armada-8k/MAINTAINERS

It would be helpful if you could add a line like:
T:	git://github.com/foo/u-boot.git

Please, request Tom to pull the patch below for v2018.01.

Best regards

Heinrich

On 10/15/2017 09:54 AM, Stefan Roese wrote:
> On 15.10.2017 07:03, Heinrich Schuchardt wrote:
>> Enable DISTRO_DEFAULTS for
>> mvebu_db_armada8k_defconfig
>> mvebu_mcbin-88f8040_defconfig
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
>> ---
>>   configs/mvebu_db_armada8k_defconfig   | 1 +
>>   configs/mvebu_mcbin-88f8040_defconfig | 1 +
>>   2 files changed, 2 insertions(+)
>>
>> diff --git a/configs/mvebu_db_armada8k_defconfig 
>> b/configs/mvebu_db_armada8k_defconfig
>> index 9fa4d9f98c..cffb3d06e6 100644
>> --- a/configs/mvebu_db_armada8k_defconfig
>> +++ b/configs/mvebu_db_armada8k_defconfig
>> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>>   CONFIG_TARGET_MVEBU_ARMADA_8K=y
>>   CONFIG_DEFAULT_DEVICE_TREE="armada-8040-db"
>> +CONFIG_DISTRO_DEFAULTS=y
>>   CONFIG_SMBIOS_PRODUCT_NAME=""
>>   CONFIG_DEBUG_UART=y
>>   CONFIG_AHCI=y
>> diff --git a/configs/mvebu_mcbin-88f8040_defconfig 
>> b/configs/mvebu_mcbin-88f8040_defconfig
>> index 9afe651872..f779793082 100644
>> --- a/configs/mvebu_mcbin-88f8040_defconfig
>> +++ b/configs/mvebu_mcbin-88f8040_defconfig
>> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>>   CONFIG_TARGET_MVEBU_ARMADA_8K=y
>>   CONFIG_DEFAULT_DEVICE_TREE="armada-8040-mcbin"
>> +CONFIG_DISTRO_DEFAULTS=y
>>   CONFIG_SMBIOS_PRODUCT_NAME=""
>>   CONFIG_DEBUG_UART=y
>>   CONFIG_AHCI=y
>>
> 
> Reviewed-by: Stefan Roese <sr@denx.de>
> 
> Thanks,
> Stefan
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
  2017-11-12 14:47   ` Heinrich Schuchardt
@ 2017-11-14 15:52     ` Stefan Roese
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2017-11-14 15:52 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

On 12.11.2017 15:47, Heinrich Schuchardt wrote:
> Hello Konstantin, hello Stefan,
> 
> in which git repository do you consolidate the MVEBU_ARMADA_8K and 
> MACCHIATOBin work?

All this usually goes through the u-boot-marvell repo, where
(currently) I collect the patches.

> I could not find this information in
> board/Marvell/mvebu_armada-8k/MAINTAINERS
> 
> It would be helpful if you could add a line like:
> T:    git://github.com/foo/u-boot.git
> 
> Please, request Tom to pull the patch below for v2018.01.

I'll pull this patch later this week with the other
pending MVEBU patches.

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
  2017-10-15  5:03 [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin Heinrich Schuchardt
  2017-10-15  7:54 ` Stefan Roese
@ 2017-11-16 13:06 ` Stefan Roese
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2017-11-16 13:06 UTC (permalink / raw)
  To: u-boot

On 15.10.2017 07:03, Heinrich Schuchardt wrote:
> Enable DISTRO_DEFAULTS for
> mvebu_db_armada8k_defconfig
> mvebu_mcbin-88f8040_defconfig
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot-marvell/master (with slightly modified subject).

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-16 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-15  5:03 [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin Heinrich Schuchardt
2017-10-15  7:54 ` Stefan Roese
2017-11-12 14:47   ` Heinrich Schuchardt
2017-11-14 15:52     ` Stefan Roese
2017-11-16 13:06 ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.