Skip to content
Snippets Groups Projects
Kconfig 270 B
Newer Older
if TARGET_NW

config SYS_CPU
	default "armv7"

config SYS_BOARD
	default "nw"

config SYS_VENDOR
	default "boundary"

config SYS_SOC
	default "mx6"

config SYS_CONFIG_NAME
	default "nw"

config ENV_BD_ADDR
	bool
	default	y

source "board/boundary/common/Kconfig"

endif