blob: 032184d5ad549f65d4856ab5d050d2c5755a569a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_RPI_2
config SYS_BOARD
default "rpi_2"
config SYS_VENDOR
default "raspberrypi"
config SYS_SOC
default "bcm2835"
config SYS_CONFIG_NAME
default "rpi_2"
endif
|