Skip to content

Commit

Permalink
MIPS: BMIPS: rename bcm96358nb4ser to bcm6358-neufbox4-sercom
Browse files Browse the repository at this point in the history
The prefix bcm9* should only be used for reference and evaluation boards from
Broadcom.
Also adds missing console output to bootargs.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/13841/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Noltari authored and ralfbaechle committed Oct 4, 2016
1 parent 5035dd8 commit 6958355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions arch/mips/bmips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ config DT_BCM93384WVG_VIPER
bool "BCM93384WVG Viper CPU (EXPERIMENTAL)"
select BUILTIN_DTB

config DT_BCM96358NB4SER
bool "BCM96358NB4SER"
select BUILTIN_DTB

config DT_BCM96368MVWG
bool "BCM96368MVWG"
select BUILTIN_DTB
Expand Down Expand Up @@ -65,6 +61,10 @@ config DT_BCM97435SVMB
bool "BCM97435SVMB"
select BUILTIN_DTB

config DT_SFR_NEUFBOX4_SERCOMM
bool "SFR Neufbox 4 (Sercomm)"
select BUILTIN_DTB

endchoice

endif
3 changes: 2 additions & 1 deletion arch/mips/boot/dts/brcm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dtb-$(CONFIG_DT_BCM93384WVG) += bcm93384wvg.dtb
dtb-$(CONFIG_DT_BCM93384WVG_VIPER) += bcm93384wvg_viper.dtb
dtb-$(CONFIG_DT_BCM96358NB4SER) += bcm96358nb4ser.dtb
dtb-$(CONFIG_DT_BCM96368MVWG) += bcm96368mvwg.dtb
dtb-$(CONFIG_DT_BCM9EJTAGPRB) += bcm9ejtagprb.dtb
dtb-$(CONFIG_DT_BCM97125CBMB) += bcm97125cbmb.dtb
Expand All @@ -11,8 +10,10 @@ dtb-$(CONFIG_DT_BCM97362SVMB) += bcm97362svmb.dtb
dtb-$(CONFIG_DT_BCM97420C) += bcm97420c.dtb
dtb-$(CONFIG_DT_BCM97425SVMB) += bcm97425svmb.dtb
dtb-$(CONFIG_DT_BCM97435SVMB) += bcm97435svmb.dtb
dtb-$(CONFIG_DT_SFR_NEUFBOX4_SERCOMM) += bcm6358-neufbox4-sercomm.dtb

dtb-$(CONFIG_DT_NONE) += \
bcm6358-neufbox4-sercomm.dtb \
bcm93384wvg.dtb \
bcm93384wvg_viper.dtb \
bcm96358nb4ser.dtb \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
};

chosen {
bootargs = "console=ttyS0,115200";
stdout-path = &uart0;
};
};
Expand Down

0 comments on commit 6958355

Please sign in to comment.