if TARGET_MESON_T5W

config SYS_CPU
	string
	default "armv8"

config SYS_BOARD
	string
	default "t5w_skt_v1"

config SYS_VENDOR
	string
	default "amlogic"

config SYS_SOC
	string
	default "t5w"

config SYS_CONFIG_NAME
	default "t5w_skt_v1"

config BL30_SELECT
	string "T5w BL30 board config"
	default "t5w_skt"

endif
