diff options
| author | Simon Glass <[email protected]> | 2022-01-22 05:53:25 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-09 09:16:47 -0500 |
| commit | 4b4b1de85d914d5d9a964041a87b37ed6463e079 (patch) | |
| tree | 9fe8751a7a178e90656ab6ecc8ebf1ff4bb9720b /include | |
| parent | d2da54bfc45371e4f5c31409554dfc78da1e2329 (diff) | |
Drop CONFIG_SYS_PIO_MODE
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/r2dplus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 49dcdbe4914..04b34814805 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -30,11 +30,6 @@ #define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */ /* - * IDE support - */ -#define CONFIG_SYS_PIO_MODE 1 - -/* * SuperH PCI Bridge Configration */ #define CONFIG_SH7751_PCI |
