diff options
author | Tom Rini | 2022-06-10 22:59:25 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:03:31 -0400 |
commit | 7b976f7a0b5ab18e3671d683f8092d7ddb0622b5 (patch) | |
tree | 05f18310d7b9287c79e33a1aebbadc9fd5f03130 /include/configs/mx6cuboxi.h | |
parent | d64d338fcc3e9d6d32c6ced3bd84831337df7e7b (diff) |
ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI 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/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 76fbbf42daf..5b4fbba023f 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -18,8 +18,6 @@ /* SATA Configuration */ #ifdef CONFIG_CMD_SATA -#define CONFIG_DWC_AHSATA_PORT_ID 0 -#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR #define CONFIG_LBA48 #endif |