mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
4641429695
USB doesn't seem to work yet; the controller detects the on-board Hub/ Ethernet device but can't read the descriptors from it. I haven't investigated yet. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
15 lines
176 B
Text
15 lines
176 B
Text
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
|