diff mbox series

[U-Boot,3/4] arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS

Message ID 20171202094637.17009-4-a.heider@gmail.com
State Accepted
Commit e4e18a8acbadcbf95262867aefb33a16c4f432b4
Delegated to: Stefan Roese
Headers show
Series [U-Boot,1/4] arm64: a37xx: use disto defaults | expand

Commit Message

Andre Heider Dec. 2, 2017, 9:46 a.m. UTC
Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 configs/mvebu_db-88f3720_defconfig          | 1 +
 configs/mvebu_espressobin-88f3720_defconfig | 1 +
 2 files changed, 2 insertions(+)

Comments

Kostya Porotchkin Dec. 14, 2017, 10:59 a.m. UTC | #1
> -----Original Message-----
> From: Andre Heider [mailto:a.heider@gmail.com]
> Sent: Saturday, December 02, 2017 11:47
> To: u-boot@lists.denx.de
> Cc: Stefan Roese; Kostya Porotchkin
> Subject: [EXT] [PATCH 3/4] arm64: a37xx: defconfigs: enable
> CONFIG_DISTRO_DEFAULTS
> 
> External Email
> 
> ----------------------------------------------------------------------
> Signed-off-by: Andre Heider <a.heider@gmail.com>
> ---
>  configs/mvebu_db-88f3720_defconfig          | 1 +
>  configs/mvebu_espressobin-88f3720_defconfig | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-
> 88f3720_defconfig
> index 0fd4514c37..321151e41d 100644
> --- a/configs/mvebu_db-88f3720_defconfig
> +++ b/configs/mvebu_db-88f3720_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>  CONFIG_SYS_MALLOC_F_LEN=0x2000
>  CONFIG_TARGET_MVEBU_ARMADA_37XX=y
>  CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db"
> +CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_DEBUG_UART=y
>  CONFIG_AHCI=y
>  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set diff --git
> a/configs/mvebu_espressobin-88f3720_defconfig
> b/configs/mvebu_espressobin-88f3720_defconfig
> index 95db6c610e..5d9fb75b17 100644
> --- a/configs/mvebu_espressobin-88f3720_defconfig
> +++ b/configs/mvebu_espressobin-88f3720_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>  CONFIG_SYS_MALLOC_F_LEN=0x2000
>  CONFIG_TARGET_MVEBU_ARMADA_37XX=y
>  CONFIG_DEFAULT_DEVICE_TREE="armada-3720-espressobin"
> +CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_DEBUG_UART=y
>  CONFIG_AHCI=y
>  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> --
> 2.15.1
 
Reviewed-by: Konstantin Porotchkin <kostap@marvell.com>
Stefan Roese Jan. 10, 2018, 11:32 a.m. UTC | #2
On 02.12.2017 10:46, Andre Heider wrote:
> Signed-off-by: Andre Heider <a.heider@gmail.com>
> ---
>   configs/mvebu_db-88f3720_defconfig          | 1 +
>   configs/mvebu_espressobin-88f3720_defconfig | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig
> index 0fd4514c37..321151e41d 100644
> --- a/configs/mvebu_db-88f3720_defconfig
> +++ b/configs/mvebu_db-88f3720_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_TARGET_MVEBU_ARMADA_37XX=y
>   CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db"
> +CONFIG_DISTRO_DEFAULTS=y
>   CONFIG_DEBUG_UART=y
>   CONFIG_AHCI=y
>   # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
> index 95db6c610e..5d9fb75b17 100644
> --- a/configs/mvebu_espressobin-88f3720_defconfig
> +++ b/configs/mvebu_espressobin-88f3720_defconfig
> @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_TARGET_MVEBU_ARMADA_37XX=y
>   CONFIG_DEFAULT_DEVICE_TREE="armada-3720-espressobin"
> +CONFIG_DISTRO_DEFAULTS=y
>   CONFIG_DEBUG_UART=y
>   CONFIG_AHCI=y
>   # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> 

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig
index 0fd4514c37..321151e41d 100644
--- a/configs/mvebu_db-88f3720_defconfig
+++ b/configs/mvebu_db-88f3720_defconfig
@@ -3,6 +3,7 @@  CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TARGET_MVEBU_ARMADA_37XX=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db"
+CONFIG_DISTRO_DEFAULTS=y
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index 95db6c610e..5d9fb75b17 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -3,6 +3,7 @@  CONFIG_ARCH_MVEBU=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TARGET_MVEBU_ARMADA_37XX=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-3720-espressobin"
+CONFIG_DISTRO_DEFAULTS=y
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set