From: Simon Glass Date: Sat, 22 Jan 2022 12:53:25 +0000 (-0700) Subject: Drop CONFIG_SYS_PIO_MODE X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=4b4b1de85d914d5d9a964041a87b37ed6463e079;p=u-boot.git Drop CONFIG_SYS_PIO_MODE This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 49dcdbe491..04b3481480 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 */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 4967429775..7e72b966c6 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1789,7 +1789,6 @@ CONFIG_SYS_PIOC_PDR_VAL1 CONFIG_SYS_PIOC_PPUDR_VAL CONFIG_SYS_PIOD_PDR_VAL1 CONFIG_SYS_PIOD_PPUDR_VAL -CONFIG_SYS_PIO_MODE CONFIG_SYS_PJPAR CONFIG_SYS_PL310_BASE CONFIG_SYS_PLLAR_VAL