mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
4ebcb16b51
We use TARGET_BCM63158 in the Kconfig instead of ARCH_BCM63158, so we could add other board that use a bcm63158. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
17 lines
259 B
Text
17 lines
259 B
Text
if TARGET_BCM963158
|
|
|
|
config SYS_VENDOR
|
|
default "broadcom"
|
|
|
|
config SYS_BOARD
|
|
default "bcm963158"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "broadcom_bcm963158"
|
|
|
|
endif
|
|
|
|
config TARGET_BCM963158
|
|
bool "Support Broadcom bcm963158"
|
|
depends on ARCH_BCM63158
|
|
select ARM64
|