1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

omap: clean-up dead configs

The following configs are not defined at all.

 - CONFIG_OMAP1510
 - CONFIG_OMAP_1510P1
 - CONFIG_OMAP_SX1
 - CONFIG_OMAP3_DMA
 - CONFIG_OMAP3_ZOOM2
 - CONFIG_OMAP_INNOVATOR

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
This commit is contained in:
Masahiro Yamada
2014-07-30 19:11:41 +09:00
committed by Tom Rini
parent 0596d35d80
commit 8ac22a60e2
10 changed files with 3 additions and 255 deletions

View File

@@ -12,8 +12,8 @@
#define EP_MAX_PACKET_SIZE 64
#endif
#if !defined(CONFIG_PPC) && !defined(CONFIG_OMAP1510)
/* omap1510_udc.h and mpc8xx_udc.h will set these values */
#if !defined(CONFIG_PPC)
/* mpc8xx_udc.h will set these values */
#define UDC_OUT_PACKET_SIZE EP_MAX_PACKET_SIZE
#define UDC_IN_PACKET_SIZE EP_MAX_PACKET_SIZE
#define UDC_INT_PACKET_SIZE EP_MAX_PACKET_SIZE