mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ARM: bcm: Enable bcm11130 boards
bcm11130 bcm11130_nand Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
parent
abb1678cca
commit
f333b9f7bc
4 changed files with 18 additions and 0 deletions
6
board/broadcom/bcm11130/MAINTAINERS
Normal file
6
board/broadcom/bcm11130/MAINTAINERS
Normal 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
|
||||
6
board/broadcom/bcm11130_nand/MAINTAINERS
Normal file
6
board/broadcom/bcm11130_nand/MAINTAINERS
Normal 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
|
||||
3
configs/bcm11130_defconfig
Normal file
3
configs/bcm11130_defconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CONFIG_SYS_EXTRA_OPTIONS="SYS_MMC_ENV_DEV=0"
|
||||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_BCM28155_AP=y
|
||||
3
configs/bcm11130_nand_defconfig
Normal file
3
configs/bcm11130_nand_defconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CONFIG_SYS_EXTRA_OPTIONS="NAND"
|
||||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_BCM28155_AP=y
|
||||
Loading…
Add table
Reference in a new issue