diff options
| author | Tony Dinh <[email protected]> | 2021-07-29 20:02:42 -0700 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-08-11 08:42:26 +0200 |
| commit | 296c32b243888af0846afd829bdcdf8157763b4e (patch) | |
| tree | 50a54c636a835d8132f1fefdbd80e098993e4127 /include | |
| parent | 953b6095fcaf045f877bb71bb70bea2a062732b8 (diff) | |
arm: kirkwood: GoFlex Home: Add DM SATA configs
Enable DM SATA in board file.
Signed-off-by: Tony Dinh <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/goflexhome.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index a18e7869b08..2e89d72285d 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 */ |
