| Submitter | Paul Bolle |
|---|---|
| Date | March 14, 2013, 1:47 p.m. |
| Message ID | <1363268870.1335.75.camel@x61.thuisdomein> |
| Download | mbox | patch |
| Permalink | /patch/227668/ |
| State | Accepted |
| Commit | 7d5480fe00991f1b6f1ef18fba0ffde3d8266221 |
| Delegated to: | Michael Ellerman |
| Headers | show |
Comments
On Thu, Mar 14, 2013 at 9:47 AM, Paul Bolle <pebolle@tiscali.nl> wrote: > The last user of Kconfig symbol 405GPR got removed in release v3.2. > Remove this symbol too. > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Josh Boyer <jwboyer@gmail.com> > --- > arch/powerpc/platforms/40x/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig > index a392d12..7b7a77c 100644 > --- a/arch/powerpc/platforms/40x/Kconfig > +++ b/arch/powerpc/platforms/40x/Kconfig > @@ -119,9 +119,6 @@ config 405EZ > select IBM_EMAC_MAL_CLR_ICINTSTAT > select IBM_EMAC_MAL_COMMON_ERR > > -config 405GPR > - bool > - > config XILINX_VIRTEX > bool > select DEFAULT_UIMAGE > -- > 1.7.11.7 > > >
Patch
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index a392d12..7b7a77c 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -119,9 +119,6 @@ config 405EZ select IBM_EMAC_MAL_CLR_ICINTSTAT select IBM_EMAC_MAL_COMMON_ERR -config 405GPR - bool - config XILINX_VIRTEX bool select DEFAULT_UIMAGE
The last user of Kconfig symbol 405GPR got removed in release v3.2. Remove this symbol too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- arch/powerpc/platforms/40x/Kconfig | 3 --- 1 file changed, 3 deletions(-)