diff mbox series

[3/3] Drop CONFIG_SYS_PIO_MODE

Message ID 20220122125326.2835665-4-sjg@chromium.org
State Accepted
Commit 4b4b1de85d914d5d9a964041a87b37ed6463e079
Delegated to: Tom Rini
Headers show
Series ide: Convert some options to Kconfig | expand

Commit Message

Simon Glass Jan. 22, 2022, 12:53 p.m. UTC
This option is not used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/r2dplus.h    | 5 -----
 scripts/config_whitelist.txt | 1 -
 2 files changed, 6 deletions(-)

Comments

Stefan Roese Jan. 23, 2022, 7:22 a.m. UTC | #1
On 1/22/22 13:53, Simon Glass wrote:
> This option is not used in U-Boot. Drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   include/configs/r2dplus.h    | 5 -----
>   scripts/config_whitelist.txt | 1 -
>   2 files changed, 6 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
> @@ -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 21c9c3095f6..58c15f0ea08 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -1791,7 +1791,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
> 

Viele Grüße,
Stefan Roese
Tom Rini Feb. 9, 2022, 4:38 p.m. UTC | #2
On Sat, Jan 22, 2022 at 05:53:25AM -0700, Simon Glass wrote:

> This option is not used in U-Boot. Drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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
  */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 21c9c3095f6..58c15f0ea08 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -1791,7 +1791,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