Re: [v4 5/7] rockchip: Disable DISTRO_DEFAULTS for rk3399 boards

2023-03-24 Thread Vagrant Cascadian
On 2023-03-24, Tom Rini wrote:
> These board have moved to standard boot but the old 'distro_bootcmd'
> command is still active. Disable DISTRO_DEFAULTS to fix this.

I successfully tested the v4 series against v2023.04-rc4 on
rockpro64-rk3399 and pinebook-pro-rk3399, and for good measure
double-checked that it did not introduce regressions on rock64-rk3328,
because it readily available to test. :)

Looks good to me, thanks!

live well,
  vagrant

> Signed-off-by: Simon Glass 
> Tested-by: Vagrant Cascadian 
> ---
> Changes in v4:
> None.
> ---
>  arch/arm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bd7fffcce0ba..4e7ebeaee87d 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1955,7 +1955,7 @@ config ARCH_ROCKCHIP
>   imply ADC
>   imply CMD_DM
>   imply DEBUG_UART_BOARD_INIT
> - imply DISTRO_DEFAULTS
> + imply DISTRO_DEFAULTS if !ROCKCHIP_RK3399
>   imply FAT_WRITE
>   imply SARADC_ROCKCHIP
>   imply SPL_SYSRESET
> -- 
> 2.34.1


signature.asc
Description: PGP signature


[v4 5/7] rockchip: Disable DISTRO_DEFAULTS for rk3399 boards

2023-03-24 Thread Tom Rini
From: Simon Glass 

These board have moved to standard boot but the old 'distro_bootcmd'
command is still active. Disable DISTRO_DEFAULTS to fix this.

Signed-off-by: Simon Glass 
Tested-by: Vagrant Cascadian 
---
Changes in v4:
None.
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bd7fffcce0ba..4e7ebeaee87d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1955,7 +1955,7 @@ config ARCH_ROCKCHIP
imply ADC
imply CMD_DM
imply DEBUG_UART_BOARD_INIT
-   imply DISTRO_DEFAULTS
+   imply DISTRO_DEFAULTS if !ROCKCHIP_RK3399
imply FAT_WRITE
imply SARADC_ROCKCHIP
imply SPL_SYSRESET
-- 
2.34.1