Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig
This converts the following to Kconfig: CONFIG_USB_GADGET_DWC2_OTG_PHY Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
/* Common environment variables */
|
||||
#define ENV_ITB \
|
||||
"loadkernel=load mmc ${mmcbootdev}:${mmcbootpart} ${kerneladdr} " \
|
||||
|
||||
@@ -128,6 +128,4 @@
|
||||
|
||||
#define CONFIG_SYS_ONENAND_BASE 0xB0000000
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -89,8 +89,6 @@
|
||||
|
||||
#define CONFIG_SYS_ONENAND_BASE 0x0C000000
|
||||
|
||||
#define CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
void universal_spi_scl(int bit);
|
||||
void universal_spi_sda(int bit);
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
|
||||
#include "exynos4-common.h"
|
||||
|
||||
#undef CONFIG_USB_GADGET_DWC2_OTG_PHY
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x40000000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user