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

Stefan Roese sr at denx.de
Wed Aug 11 08:36:28 CEST 2021


On 30.07.21 05:02, Tony Dinh wrote:
> Enable DM SATA in board file.
> 
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>

Reviewed-by: Stefan Roese <sr at 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

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list