From 4b4b1de85d914d5d9a964041a87b37ed6463e079 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 22 Jan 2022 05:53:25 -0700 Subject: Drop CONFIG_SYS_PIO_MODE This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- include/configs/r2dplus.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 @@ -29,11 +29,6 @@ */ #define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */ -/* - * IDE support - */ -#define CONFIG_SYS_PIO_MODE 1 - /* * SuperH PCI Bridge Configration */ -- cgit v1.3.1