From 296c32b243888af0846afd829bdcdf8157763b4e Mon Sep 17 00:00:00 2001 From: Tony Dinh Date: Thu, 29 Jul 2021 20:02:42 -0700 Subject: arm: kirkwood: GoFlex Home: Add DM SATA configs Enable DM SATA in board file. Signed-off-by: Tony Dinh Reviewed-by: Stefan Roese --- include/configs/goflexhome.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3