summaryrefslogtreecommitdiff
path: root/configs/bcm958712k_defconfig
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2017-03-17 12:12:14 -0400
committerTom Rini <trini@konsulko.com>2017-03-20 18:04:43 -0400
commit274bced86db206dd9d3f22e932fd7a58907ff9d2 (patch)
treead09aa51fe9fd8e825834d9ee01eb61fe7aeb31c /configs/bcm958712k_defconfig
parentdaa483debea9596f23f5869f7623cec1ef761718 (diff)
board: ns2: Add support for Broadcom Northstar 2
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57 processors targeting a broad range of networking applications. Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Diffstat (limited to 'configs/bcm958712k_defconfig')
-rw-r--r--configs/bcm958712k_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/bcm958712k_defconfig b/configs/bcm958712k_defconfig
new file mode 100644
index 0000000000..96e4bce972
--- /dev/null
+++ b/configs/bcm958712k_defconfig
@@ -0,0 +1,10 @@
+CONFIG_ARM=y
+CONFIG_TARGET_BCMNS2=y
+CONFIG_IDENT_STRING=" Broadcom Northstar 2"
+CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTDELAY=5
+# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_SYS_PROMPT="u-boot> "
+# CONFIG_CMD_IMLS is not set
+CONFIG_SYS_NS16550=y
+CONFIG_OF_LIBFDT=y