1if TARGET_EVB_AST2400
2
3config SYS_BOARD
4	default "evb_ast2400"
5
6config SYS_VENDOR
7	default "aspeed"
8
9config SYS_CONFIG_NAME
10	string "board configuration name"
11	default "evb_ast2400"
12
13endif
14