diff options
author | Steve Rae <srae@broadcom.com> | 2014-08-01 20:37:17 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 07:46:39 -0400 |
commit | a9a274c1eb51b020a4363cb99fcbebc7dc958691 (patch) | |
tree | cb41f67a17e11f4d918a9e7caa091956f026b493 /configs | |
parent | 799e125cca9f75a6e3bc87676266f8da4ebefcfd (diff) | |
download | u-boot-imx-a9a274c1eb51b020a4363cb99fcbebc7dc958691.zip u-boot-imx-a9a274c1eb51b020a4363cb99fcbebc7dc958691.tar.gz u-boot-imx-a9a274c1eb51b020a4363cb99fcbebc7dc958691.tar.bz2 |
arm: bcm281xx: add board with Ethernet capability
Add board which has Broadcom StarFighter2 Ethernet capability.
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bcm28155_w1d_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bcm28155_w1d_defconfig b/configs/bcm28155_w1d_defconfig new file mode 100644 index 0000000..94b791c --- /dev/null +++ b/configs/bcm28155_w1d_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="BCM_SF2_ETH,BCM_SF2_ETH_GMAC" +CONFIG_ARM=y +CONFIG_TARGET_BCM28155_AP=y |