Convert CONFIG_IODELAY_RECALIBRATION to Kconfig
This converts the following to Kconfig: CONFIG_IODELAY_RECALIBRATION Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
500dfebf22
commit
d5c77533b4
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,11 @@
|
|||
if OMAP54XX
|
||||
|
||||
config IODELAY_RECALIBRATION
|
||||
bool
|
||||
|
||||
config DRA7XX
|
||||
bool
|
||||
select IODELAY_RECALIBRATION
|
||||
select SYS_OMAP_ABE_SYSCK
|
||||
help
|
||||
DRA7xx is an OMAP based SOC with Dual Core A-15s.
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
#include <environment/ti/dfu.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
#define CONFIG_IODELAY_RECALIBRATION
|
||||
|
||||
#define CFG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */
|
||||
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
|
||||
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include <environment/ti/dfu.h>
|
||||
|
||||
#define CONFIG_IODELAY_RECALIBRATION
|
||||
|
||||
#define CONFIG_VERY_BIG_RAM
|
||||
#define CONFIG_MAX_MEM_MAPPED 0x80000000
|
||||
|
||||
|
|
Loading…
Reference in a new issue