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/mx53loco.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/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 0268a48c86f..0afd68b880e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -101,8 +101,6 @@ #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) #ifdef CONFIG_CMD_SATA - #define CONFIG_DWC_AHSATA_PORT_ID 0 - #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_BASE_ADDR #define CONFIG_LBA48 #endif |