mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
omap4: Drop redundant CONFIG_OMAP4430 symbol
While there are a few different OMAP4 SoCs, today we always set CONFIG_OMAP4430 and CONFIG_OMAP44XX. Convert the few test of CONFIG_OMAP4430 to CONFIG_OMAP44XX. Cc: Marek Vasut <marex@denx.de> Cc: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
864896be3b
commit
77777f769f
@ -30,7 +30,7 @@
|
||||
#define CONFIG_SOC_OMAP3430
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OMAP4430
|
||||
#ifdef CONFIG_OMAP44XX
|
||||
#define CONFIG_ARCH_OMAP4
|
||||
#endif
|
||||
|
||||
|
@ -441,7 +441,7 @@ static int omap2430_musb_enable(struct musb *musb)
|
||||
twl6030_usb_device_settings();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OMAP4430
|
||||
#ifdef CONFIG_OMAP44XX
|
||||
u32 *usbotghs_control = (u32 *)((*ctrl)->control_usbotghs_ctrl);
|
||||
*usbotghs_control = USBOTGHS_CONTROL_AVALID |
|
||||
USBOTGHS_CONTROL_VBUSVALID | USBOTGHS_CONTROL_IDDIG;
|
||||
|
@ -55,7 +55,7 @@ static struct omap3_otg_regs *otg;
|
||||
#define OMAP3_OTG_SYSSTATUS_RESETDONE 0x0001
|
||||
|
||||
/* OMAP4430 has an internal PHY, use it */
|
||||
#ifdef CONFIG_OMAP4430
|
||||
#ifdef CONFIG_OMAP44XX
|
||||
#define OMAP3_OTG_INTERFSEL_OMAP 0x0000
|
||||
#else
|
||||
#define OMAP3_OTG_INTERFSEL_OMAP 0x0001
|
||||
@ -122,7 +122,7 @@ int musb_platform_init(void)
|
||||
musb_cfg.extvbus = omap3_evm_need_extvbus();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OMAP4430
|
||||
#ifdef CONFIG_OMAP44XX
|
||||
u32 *usbotghs_control =
|
||||
(u32 *)((*ctrl)->control_usbotghs_ctrl);
|
||||
*usbotghs_control = 0x15;
|
||||
|
@ -23,11 +23,6 @@
|
||||
#define CONFIG_SYS_L2_PL310 1
|
||||
#define CONFIG_SYS_PL310_BASE 0x48242000
|
||||
|
||||
/*
|
||||
* Platform
|
||||
*/
|
||||
#define CONFIG_OMAP4430
|
||||
|
||||
/*
|
||||
* Board
|
||||
*/
|
||||
|
@ -12,10 +12,6 @@
|
||||
#ifndef __CONFIG_TI_OMAP4_COMMON_H
|
||||
#define __CONFIG_TI_OMAP4_COMMON_H
|
||||
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP4430 1 /* which is in a 4430 */
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#ifndef CONFIG_SYS_L2CACHE_OFF
|
||||
|
@ -1992,7 +1992,6 @@ CONFIG_OMAP3_MICRON_DDR
|
||||
CONFIG_OMAP3_RX51
|
||||
CONFIG_OMAP3_SPI_D0_D1_SWAPPED
|
||||
CONFIG_OMAP3_ZOOM1
|
||||
CONFIG_OMAP4430
|
||||
CONFIG_OMAP_EHCI_PHY1_RESET_GPIO
|
||||
CONFIG_OMAP_EHCI_PHY2_RESET_GPIO
|
||||
CONFIG_OMAP_EHCI_PHY3_RESET_GPIO
|
||||
|
Loading…
Reference in New Issue
Block a user