Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_OMAP_ABE_SYSCK Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3408d96e6c
commit
789bb9537a
|
|
@ -144,6 +144,9 @@ config SYS_MPUCLK
|
||||||
help
|
help
|
||||||
Defines the MPU clock speed (in MHz).
|
Defines the MPU clock speed (in MHz).
|
||||||
|
|
||||||
|
config SYS_OMAP_ABE_SYSCK
|
||||||
|
bool
|
||||||
|
|
||||||
config TI_SECURE_EMIF_REGION_START
|
config TI_SECURE_EMIF_REGION_START
|
||||||
hex "Reserved EMIF region start address"
|
hex "Reserved EMIF region start address"
|
||||||
depends on TI_SECURE_DEVICE
|
depends on TI_SECURE_DEVICE
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ if OMAP54XX
|
||||||
|
|
||||||
config DRA7XX
|
config DRA7XX
|
||||||
bool
|
bool
|
||||||
|
select SYS_OMAP_ABE_SYSCK
|
||||||
help
|
help
|
||||||
DRA7xx is an OMAP based SOC with Dual Core A-15s.
|
DRA7xx is an OMAP based SOC with Dual Core A-15s.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@
|
||||||
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
|
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
|
||||||
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
|
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
|
||||||
|
|
||||||
#define CONFIG_SYS_OMAP_ABE_SYSCK
|
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define DFUARGS \
|
#define DFUARGS \
|
||||||
"dfu_bufsiz=0x10000\0" \
|
"dfu_bufsiz=0x10000\0" \
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,6 @@
|
||||||
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
|
#define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
|
||||||
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
|
#define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
|
||||||
|
|
||||||
#define CONFIG_SYS_OMAP_ABE_SYSCK
|
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define DFUARGS \
|
#define DFUARGS \
|
||||||
"dfu_bufsiz=0x10000\0" \
|
"dfu_bufsiz=0x10000\0" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue