summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2014-11-11 11:32:19 -0800
committerTom Rini <trini@ti.com>2014-11-23 06:49:01 -0500
commitf333b9f7bc63dc8dbb4397af573852f50a76f00c (patch)
treefdbc9b5df9ff361a8093e3f706b42e4d4ef76ebd /configs
parentabb1678cca69e4259f01a10f6da2828394d26046 (diff)
downloadblackbird-obmc-uboot-f333b9f7bc63dc8dbb4397af573852f50a76f00c.tar.gz
blackbird-obmc-uboot-f333b9f7bc63dc8dbb4397af573852f50a76f00c.zip
ARM: bcm: Enable bcm11130 boards
bcm11130 bcm11130_nand Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/bcm11130_defconfig3
-rw-r--r--configs/bcm11130_nand_defconfig3
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/bcm11130_defconfig b/configs/bcm11130_defconfig
new file mode 100644
index 0000000000..f8c9f0352a
--- /dev/null
+++ b/configs/bcm11130_defconfig
@@ -0,0 +1,3 @@
+CONFIG_SYS_EXTRA_OPTIONS="SYS_MMC_ENV_DEV=0"
+CONFIG_ARM=y
+CONFIG_TARGET_BCM28155_AP=y
diff --git a/configs/bcm11130_nand_defconfig b/configs/bcm11130_nand_defconfig
new file mode 100644
index 0000000000..39cb709ff4
--- /dev/null
+++ b/configs/bcm11130_nand_defconfig
@@ -0,0 +1,3 @@
+CONFIG_SYS_EXTRA_OPTIONS="NAND"
+CONFIG_ARM=y
+CONFIG_TARGET_BCM28155_AP=y
OpenPOWER on IntegriCloud