mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
a241ccdc44
This add the initial support of the broadcom reference board bcm96753ref with a bcm6753 SoC. This board has 1 GB of RAM, 256 MB of flash (nand), 2 USB port, 1 UART, and 4 ethernet ports. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
16 lines
254 B
Text
16 lines
254 B
Text
if TARGET_BCM96753REF
|
|
|
|
config SYS_VENDOR
|
|
default "broadcom"
|
|
|
|
config SYS_BOARD
|
|
default "bcm96753ref"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "broadcom_bcm96753ref"
|
|
|
|
endif
|
|
|
|
config TARGET_BCM96753REF
|
|
bool "Support Broadcom bcm96753ref"
|
|
depends on ARCH_BCM6753
|