diff mbox series

[U-Boot,v4,1/2] armv8: lsch3: Add imply SCSI for ls1088

Message ID 1509596448-15846-1-git-send-email-Ashish.Kumar@nxp.com
State Accepted
Delegated to: York Sun
Headers show
Series [U-Boot,v4,1/2] armv8: lsch3: Add imply SCSI for ls1088 | expand

Commit Message

Ashish Kumar Nov. 2, 2017, 4:20 a.m. UTC
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
---

v3: Change SCSI command to imply SCSI
v4: No change

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Nov. 7, 2017, 5:54 p.m. UTC | #1
On 11/01/2017 09:20 PM, Ashish Kumar wrote:
> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
> ---
> 
> v3: Change SCSI command to imply SCSI
> v4: No change
> 
>  arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> index 8bbc981..5daf79e 100644
> --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> @@ -84,6 +84,7 @@ config ARCH_LS1088A
>  	select FSL_TZASC_1
>  	select ARCH_EARLY_INIT_R
>  	select BOARD_EARLY_INIT_F
> +	imply SCSI
>  
>  config ARCH_LS2080A
>  	bool
> 

Did you test this patch alone? It causes compiling error for all LS1088
boards. You cannot enable CONFIG_SCSI without adding proper macros as
you did in your patch #2. I will squash these two patches for you. No
action required.

York
diff mbox series

Patch

diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 8bbc981..5daf79e 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -84,6 +84,7 @@  config ARCH_LS1088A
 	select FSL_TZASC_1
 	select ARCH_EARLY_INIT_R
 	select BOARD_EARLY_INIT_F
+	imply SCSI
 
 config ARCH_LS2080A
 	bool