1
0
Fork 0

ARM: bcm: Enable bcm11130 boards

bcm11130
bcm11130_nand

Signed-off-by: Steve Rae <srae@broadcom.com>
utp
Steve Rae 2014-11-11 11:32:19 -08:00 committed by Tom Rini
parent abb1678cca
commit f333b9f7bc
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
BCM11130 BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm28155_ap/
F: include/configs/bcm_ep_board.h
F: configs/bcm11130_defconfig

View File

@ -0,0 +1,6 @@
BCM11130_NAND BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm28155_ap/
F: include/configs/bcm_ep_board.h
F: configs/bcm11130_nand_defconfig

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_MMC_ENV_DEV=0"
CONFIG_ARM=y
CONFIG_TARGET_BCM28155_AP=y

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="NAND"
CONFIG_ARM=y
CONFIG_TARGET_BCM28155_AP=y