From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefano babic Date: Mon, 22 Oct 2012 23:47:58 +0200 Subject: [U-Boot] [PATCH] boards: remove the no longer used CONFIG_EHCI_DCACHE In-Reply-To: <1350938147-3740-1-git-send-email-jeroen@myspectrum.nl> References: <1350938147-3740-1-git-send-email-jeroen@myspectrum.nl> Message-ID: <5085BF0E.4070707@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 22/10/2012 22:35, schrieb Jeroen Hofstee: > CONFIG_EHCI_DCACHE was removed by commit b8adb12 > "USB: Drop cache flush bloat in EHCI-HCD". Remove the defines from > the boards configs as well. > > Signed-off-by: Jeroen Hofstee > cc: Marek Vasut > cc: Stefan Roese > cc: Tom Rini > cc: Wolfgang Denk > cc: Thierry Reding > cc: Tom Warren > cc: Stephen Warren > cc: Stefano Babic > --- > include/configs/lwmon5.h | 1 - > include/configs/mcx.h | 1 - > include/configs/omap3_beagle.h | 1 - > include/configs/sequoia.h | 3 --- > include/configs/tam3517-common.h | 2 -- > include/configs/tegra20-common.h | 1 - > include/configs/vct.h | 1 - > 7 files changed, 10 deletions(-) > > diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h > index 2d33ebc..2ebcd16 100644 > --- a/include/configs/lwmon5.h > +++ b/include/configs/lwmon5.h > @@ -401,7 +401,6 @@ > #define CONFIG_USB_EHCI /* Enable EHCI USB support */ > #define CONFIG_USB_EHCI_PPC4XX /* on PPC4xx platform */ > #define CONFIG_SYS_PPC4XX_USB_ADDR 0xe0000300 > -#define CONFIG_EHCI_DCACHE /* with dcache handling support */ > #define CONFIG_EHCI_MMIO_BIG_ENDIAN > #define CONFIG_EHCI_DESC_BIG_ENDIAN > #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* re-init HCD after CMD_RESET */ > diff --git a/include/configs/mcx.h b/include/configs/mcx.h > index 359522a..6251ab7 100644 > --- a/include/configs/mcx.h > +++ b/include/configs/mcx.h > @@ -114,7 +114,6 @@ > #define CONFIG_USB_EHCI_OMAP > #define CONFIG_USB_ULPI > #define CONFIG_USB_ULPI_VIEWPORT_OMAP > -/*#define CONFIG_EHCI_DCACHE*/ /* leave it disabled for now */ > #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 154 > #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 152 > #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 > diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h > index f79f996..9d435ca 100644 > --- a/include/configs/omap3_beagle.h > +++ b/include/configs/omap3_beagle.h > @@ -131,7 +131,6 @@ > #define CONFIG_USB_EHCI > > #define CONFIG_USB_EHCI_OMAP > -/*#define CONFIG_EHCI_DCACHE*/ /* leave it disabled for now */ > #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147 > > #define CONFIG_USB_ULPI > diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h > index 8e6954e..dd5d7cd 100644 > --- a/include/configs/sequoia.h > +++ b/include/configs/sequoia.h > @@ -288,9 +288,6 @@ > #define CONFIG_EHCI_HCD_INIT_AFTER_RESET > #define CONFIG_EHCI_MMIO_BIG_ENDIAN > #define CONFIG_EHCI_DESC_BIG_ENDIAN > -#ifdef CONFIG_4xx_DCACHE > -#define CONFIG_EHCI_DCACHE > -#endif > #else /* CONFIG_USB_EHCI */ > #define CONFIG_USB_OHCI_NEW > #define CONFIG_SYS_OHCI_BE_CONTROLLER > diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h > index dd7757c..ac534ac 100644 > --- a/include/configs/tam3517-common.h > +++ b/include/configs/tam3517-common.h > @@ -106,8 +106,6 @@ > #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 > #define CONFIG_USB_STORAGE > > -/* #define CONFIG_EHCI_DCACHE */ > - > /* commands to include */ > #include > > diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h > index dc7444d..9d532f4 100644 > --- a/include/configs/tegra20-common.h > +++ b/include/configs/tegra20-common.h > @@ -100,7 +100,6 @@ > */ > #define CONFIG_USB_EHCI_TXFIFO_THRESH 10 > #define CONFIG_EHCI_IS_TDI > -#define CONFIG_EHCI_DCACHE > > /* Total I2C ports on Tegra20 */ > #define TEGRA_I2C_NUM_CONTROLLERS 4 > diff --git a/include/configs/vct.h b/include/configs/vct.h > index b4b0949..7aeb668 100644 > --- a/include/configs/vct.h > +++ b/include/configs/vct.h > @@ -136,7 +136,6 @@ > */ > #define CONFIG_USB_EHCI /* Enable EHCI USB support */ > #define CONFIG_USB_EHCI_VCT /* on VCT platform */ > -#define CONFIG_EHCI_DCACHE /* with dcache handling support */ > #define CONFIG_EHCI_MMIO_BIG_ENDIAN > #define CONFIG_EHCI_DESC_BIG_ENDIAN > #define CONFIG_EHCI_IS_TDI > Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================