u-boot-brain/board/broadcom/bcm968380gerg/Kconfig
Philippe Reynes 990cebf0a2 bcm968380gerg: add initial support
This add the initial support of the broadcom reference
board bcm968380gerg with a bcm68380 SoC.

This board has 512 MB of RAM, 128 MB of flash (nand),
2 USB port, 1 UART, 4 ethernet ports and BCM43217 (wifi).

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2018-08-08 13:38:17 +02:00

13 lines
179 B
Plaintext

if BOARD_BROADCOM_BCM968380GERG
config SYS_BOARD
default "bcm968380gerg"
config SYS_VENDOR
default "broadcom"
config SYS_CONFIG_NAME
default "broadcom_bcm968380gerg"
endif