summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcmcygnus
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2014-11-11 11:32:18 -0800
committerTom Rini <trini@ti.com>2014-11-23 06:49:00 -0500
commitabb1678cca69e4259f01a10f6da2828394d26046 (patch)
tree47b7f8ba7ef7713ddf8c920a5d0575e4fa1cc6ed /board/broadcom/bcmcygnus
parent18f26fdbd0503e5293aa7858809015737bf5006e (diff)
downloadtalos-obmc-uboot-abb1678cca69e4259f01a10f6da2828394d26046.tar.gz
talos-obmc-uboot-abb1678cca69e4259f01a10f6da2828394d26046.zip
ARM: bcm: Enable five Cygnus boards
bcm911360_entphn bcm911360_entphn-ns bcm911360k bcm958300k-ns bcm958305k - updates to support Cygnus and NSP board families better - add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'board/broadcom/bcmcygnus')
-rw-r--r--board/broadcom/bcmcygnus/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/broadcom/bcmcygnus/Kconfig b/board/broadcom/bcmcygnus/Kconfig
new file mode 100644
index 0000000000..faba4cf82b
--- /dev/null
+++ b/board/broadcom/bcmcygnus/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_BCMCYGNUS
+
+config SYS_BOARD
+ default "bcm_ep"
+
+config SYS_VENDOR
+ default "broadcom"
+
+config SYS_SOC
+ default "bcmcygnus"
+
+config SYS_CONFIG_NAME
+ default "bcm_ep_board"
+
+endif
OpenPOWER on IntegriCloud