blob: 1a767b287109e266cef4204697de7abcb01cfd05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_RPI_B
config SYS_CPU
default "arm1176"
config SYS_BOARD
default "rpi_b"
config SYS_VENDOR
default "raspberrypi"
config SYS_SOC
default "bcm2835"
config SYS_CONFIG_NAME
default "rpi_b"
endif
|