diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-15 17:10:56 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-16 10:24:14 -0500 |
commit | 9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e (patch) | |
tree | 761a1d04c7c6fd6e6739d820841d91e2e27cbf13 /arch/powerpc/cpu | |
parent | d1c3310d4084488ff483843724d42cd394ae1786 (diff) | |
download | u-boot-imx-9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e.zip u-boot-imx-9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e.tar.gz u-boot-imx-9c3c5c8b02ab86578d76e190f2292a0ee3c16f9e.tar.bz2 |
ppc4xx: remove dead code
Since commit 843125daebd7 (ppc4xx: remove HH405 board), CONFIG_HH405
is not defined.
Since commit d52633047913 (ppc4xx: remove PMC405), CONFIG_PMC405
is not defined.
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/4xx_pci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/4xx_pci.c b/arch/powerpc/cpu/ppc4xx/4xx_pci.c index 33dc725..b26ec2a 100644 --- a/arch/powerpc/cpu/ppc4xx/4xx_pci.c +++ b/arch/powerpc/cpu/ppc4xx/4xx_pci.c @@ -63,10 +63,6 @@ DECLARE_GLOBAL_DATA_PTR; #if defined(CONFIG_405GP) || defined(CONFIG_405EP) -#if defined(CONFIG_PMC405) -ushort pmc405_pci_subsys_deviceid(void); -#endif - /*#define DEBUG*/ /* |