aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2021-07-13 21:35:46 -0700
committerStefan Roese <sr@denx.de>2021-07-19 08:44:18 +0200
commitba7174fc53f2bfde825eed172c581be4f3e9bae0 (patch)
tree22c3dd81a2f89ad8b09fe1dc39c96f7f8d2dd503
parentdca2c733b2007ddf69c9858737c4578796a55097 (diff)
downloadu-boot-ba7174fc53f2bfde825eed172c581be4f3e9bae0.zip
u-boot-ba7174fc53f2bfde825eed172c581be4f3e9bae0.tar.gz
u-boot-ba7174fc53f2bfde825eed172c581be4f3e9bae0.tar.bz2
arm: kirkwood: Marvell Sheevaplug: Add DM SATA and remove IDE configs
Enable DM SATA, removed IDE driver, and add SATA MV driver. Signed-off-by: Tony Dinh <mibodhi@gmail.com>
-rw-r--r--include/configs/sheevaplug.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 41ba799..e28f984 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -53,10 +53,9 @@
/*
* SATA driver configuration
*/
-#ifdef CONFIG_IDE
-#define __io
-#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
-#define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET
-#endif /* CONFIG_IDE */
+#ifdef CONFIG_SATA
+#define CONFIG_SYS_SATA_MAX_DEVICE 2
+#define CONFIG_LBA48
+#endif /* CONFIG_SATA */
#endif /* _CONFIG_SHEEVAPLUG_H */