u-boot-brain/board/broadcom/bcm958622hr/Kconfig
Steve Rae 9dec5270be arm: convert Cygnus and NSP boards to Kconfig
Convert the bcm958300k and the bcm958622hr boards from "boards.cfg" to Kconfig.

Signed-off-by: Steve Rae <srae@broadcom.com>
2014-08-30 07:46:40 -04:00

24 lines
259 B
Plaintext

if TARGET_BCM958622HR
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "bcm_ep"
config SYS_VENDOR
string
default "broadcom"
config SYS_SOC
string
default "bcmnsp"
config SYS_CONFIG_NAME
string
default "bcm_ep_board"
endif