ppc4xx: remove dead code
Since commit843125daeb
(ppc4xx: remove HH405 board), CONFIG_HH405 is not defined. Since commitd526330479
(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>
This commit is contained in:
parent
d1c3310d40
commit
9c3c5c8b02
@ -63,10 +63,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||||||
|
|
||||||
#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
|
#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
|
||||||
|
|
||||||
#if defined(CONFIG_PMC405)
|
|
||||||
ushort pmc405_pci_subsys_deviceid(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*#define DEBUG*/
|
/*#define DEBUG*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -125,16 +125,6 @@
|
|||||||
#define VIDEO_HW_BITBLT
|
#define VIDEO_HW_BITBLT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Defines for the SED13806 driver
|
|
||||||
*/
|
|
||||||
#ifdef CONFIG_VIDEO_SM501
|
|
||||||
|
|
||||||
#ifdef CONFIG_HH405
|
|
||||||
#define VIDEO_FB_LITTLE_ENDIAN
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_VIDEO_MXS
|
#ifdef CONFIG_VIDEO_MXS
|
||||||
#define VIDEO_FB_16BPP_WORD_SWAP
|
#define VIDEO_FB_16BPP_WORD_SWAP
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user