1if TARGET_EA_LPC3250DEVKITV2
2
3config SYS_BOARD
4	default "ea-lpc3250devkitv2"
5
6config SYS_VENDOR
7	default "ea"
8
9config SYS_SOC
10	default "lpc32xx"
11
12config SYS_CONFIG_NAME
13	default "ea-lpc3250devkitv2"
14
15endif
16