Kconfig 177 Bytes
if TARGET_MX31ADS

config SYS_BOARD
	default "mx31ads"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "mx31"

config SYS_CONFIG_NAME
	default "mx31ads"

endif