Re: [PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03

2021-03-15 Thread Tom Rini
On Sun, Feb 14, 2021 at 04:27:27PM +0100, Jorge Ramirez-Ortiz wrote:

> From: Igor Opaniuk 
> 
> Enable by default SCP_03/CMD_SCP03 for sandbox target.
> 
> Signed-off-by: Igor Opaniuk 
> Reviewed-by: Simon Glass 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03

2021-02-14 Thread Jorge Ramirez-Ortiz
From: Igor Opaniuk 

Enable by default SCP_03/CMD_SCP03 for sandbox target.

Signed-off-by: Igor Opaniuk 
Reviewed-by: Simon Glass 
---
 arch/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 27843cd79c..7023223927 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -142,6 +142,8 @@ config SANDBOX
imply AVB_VERIFY
imply LIBAVB
imply CMD_AVB
+   imply SCP03
+   imply CMD_SCP03
imply UDP_FUNCTION_FASTBOOT
imply VIRTIO_MMIO
imply VIRTIO_PCI
-- 
2.30.0



Re: [PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03

2021-02-12 Thread Simon Glass
On Tue, 9 Feb 2021 at 13:10, Jorge Ramirez-Ortiz  wrote:
>
> From: Igor Opaniuk 
>
> Enable by default SCP_03/CMD_SCP03 for sandbox target.
>
> Signed-off-by: Igor Opaniuk 
> ---
>  arch/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Simon Glass 


[PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03

2021-02-09 Thread Jorge Ramirez-Ortiz
From: Igor Opaniuk 

Enable by default SCP_03/CMD_SCP03 for sandbox target.

Signed-off-by: Igor Opaniuk 
---
 arch/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 27843cd79c..7023223927 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -142,6 +142,8 @@ config SANDBOX
imply AVB_VERIFY
imply LIBAVB
imply CMD_AVB
+   imply SCP03
+   imply CMD_SCP03
imply UDP_FUNCTION_FASTBOOT
imply VIRTIO_MMIO
imply VIRTIO_PCI
-- 
2.30.0