blob: 032184d5ad549f65d4856ab5d050d2c5755a569a [file] [log] [blame]
Stephen Warren46414292015-02-16 12:16:15 -07001if TARGET_RPI_2
2
3config SYS_BOARD
4 default "rpi_2"
5
6config SYS_VENDOR
7 default "raspberrypi"
8
9config SYS_SOC
10 default "bcm2835"
11
12config SYS_CONFIG_NAME
13 default "rpi_2"
14
15endif