summaryrefslogtreecommitdiff
path: root/include/configs/MPC837XERDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:26 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commit21af94f882b764353b781c8a4569961124189e0b (patch)
tree6e53e1e906aa5aad73ae94a05f2e39bb8e020a5c /include/configs/MPC837XERDB.h
parent7b976f7a0b5ab18e3671d683f8092d7ddb0622b5 (diff)
ata: fsl_sata: Remove legacy non-BLK code
The migration deadline for this has passed and all boards have been updated, remove this legacy code and references for it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MPC837XERDB.h')
-rw-r--r--include/configs/MPC837XERDB.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 4995bcee856..de197a0bd11 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -265,15 +265,6 @@
/*
* SATA
*/
-#define CONFIG_SATA1
-#define CONFIG_SYS_SATA1_OFFSET 0x18000
-#define CONFIG_SYS_SATA1 (CONFIG_SYS_IMMR + CONFIG_SYS_SATA1_OFFSET)
-#define CONFIG_SYS_SATA1_FLAGS FLAGS_DMA
-#define CONFIG_SATA2
-#define CONFIG_SYS_SATA2_OFFSET 0x19000
-#define CONFIG_SYS_SATA2 (CONFIG_SYS_IMMR + CONFIG_SYS_SATA2_OFFSET)
-#define CONFIG_SYS_SATA2_FLAGS FLAGS_DMA
-
#ifdef CONFIG_FSL_SATA
#define CONFIG_LBA48
#endif