diff mbox series

[2/3] arm: kirkwood: GoFlex Home: Add DM SATA configs

Message ID 20210730030244.25308-3-mibodhi@gmail.com
State Accepted
Commit 296c32b243888af0846afd829bdcdf8157763b4e
Delegated to: Stefan Roese
Headers show
Series arm: kirkwood: Convert the GoFlex Home board Ethernet and SATA to Driver Model. | expand

Commit Message

Tony Dinh July 30, 2021, 3:02 a.m. UTC
Enable DM SATA in board file.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---

 include/configs/goflexhome.h | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Stefan Roese Aug. 11, 2021, 6:36 a.m. UTC | #1
On 30.07.21 05:02, Tony Dinh wrote:
> Enable DM SATA in board file.
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

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

Thanks,
Stefan

> ---
> 
>   include/configs/goflexhome.h | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
> index a18e7869b0..2e89d72285 100644
> --- a/include/configs/goflexhome.h
> +++ b/include/configs/goflexhome.h
> @@ -72,4 +72,10 @@
>   #define CONFIG_PHY_BASE_ADR	0
>   #endif /* CONFIG_CMD_NET */
>   
> +/* SATA driver configuration */
> +#ifdef CONFIG_SATA
> +#define CONFIG_SYS_SATA_MAX_DEVICE	1
> +#define CONFIG_LBA48
> +#endif /* CONFIG_SATA */
> +
>   #endif /* _CONFIG_GOFLEXHOME_H */
> 


Viele Grüße,
Stefan
diff mbox series

Patch

diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
index a18e7869b0..2e89d72285 100644
--- a/include/configs/goflexhome.h
+++ b/include/configs/goflexhome.h
@@ -72,4 +72,10 @@ 
 #define CONFIG_PHY_BASE_ADR	0
 #endif /* CONFIG_CMD_NET */
 
+/* SATA driver configuration */
+#ifdef CONFIG_SATA
+#define CONFIG_SYS_SATA_MAX_DEVICE	1
+#define CONFIG_LBA48
+#endif /* CONFIG_SATA */
+
 #endif /* _CONFIG_GOFLEXHOME_H */