diff mbox

[U-Boot,5/5] mips: bmips: add missing SFR NeufBox 4 config

Message ID 1494493290-22700-5-git-send-email-noltari@gmail.com
State Accepted, archived
Commit 63c011f7b48ca5739fc0f06c0a07dc3c830df894
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Álvaro Fernández Rojas May 11, 2017, 9:01 a.m. UTC
Fixes commit a186d26, which missed including SFR NeufBox config from bmips

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
 arch/mips/mach-bmips/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Daniel Schwierzeck May 12, 2017, 9:03 p.m. UTC | #1
Am 11.05.2017 um 11:01 schrieb Álvaro Fernández Rojas:
> Fixes commit a186d26, which missed including SFR NeufBox config from bmips
> 
> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
> ---
>  arch/mips/mach-bmips/Kconfig | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

applied to u-boot-mips/master, thanks.
diff mbox

Patch

diff --git a/arch/mips/mach-bmips/Kconfig b/arch/mips/mach-bmips/Kconfig
index d168448..4a0c383 100644
--- a/arch/mips/mach-bmips/Kconfig
+++ b/arch/mips/mach-bmips/Kconfig
@@ -63,6 +63,11 @@  config BOARD_HUAWEI_HG556A
 	depends on SOC_BMIPS_BCM6358
 	select BMIPS_SUPPORTS_BOOT_RAM
 
+config BOARD_SFR_NB4_SER
+	bool "SFR NeufBox 4 (Sercomm)"
+	depends on SOC_BMIPS_BCM6358
+	select BMIPS_SUPPORTS_BOOT_RAM
+
 endchoice
 
 choice
@@ -84,5 +89,6 @@  config BMIPS_SUPPORTS_BOOT_RAM
 source "board/comtrend/ar5387un/Kconfig"
 source "board/comtrend/vr3032u/Kconfig"
 source "board/huawei/hg556a/Kconfig"
+source "board/sfr/nb4_ser/Kconfig"
 
 endmenu