summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2021-07-29 20:02:42 -0700
committerStefan Roese <sr@denx.de>2021-08-11 08:42:26 +0200
commit296c32b243888af0846afd829bdcdf8157763b4e (patch)
tree50a54c636a835d8132f1fefdbd80e098993e4127 /include/configs
parent953b6095fcaf045f877bb71bb70bea2a062732b8 (diff)
downloadu-boot-296c32b243888af0846afd829bdcdf8157763b4e.tar.gz
arm: kirkwood: GoFlex Home: Add DM SATA configs
Enable DM SATA in board file. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/goflexhome.h6
1 files changed, 6 insertions, 0 deletions
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 */