if TARGET_UDOO

config SYS_BOARD
	default "udoo"

config SYS_SOC
	default "mx6"

config SYS_CONFIG_NAME
	default "udoo"

endif