From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] mips: bmips: add missing SFR NeufBox 4 config
Date: Thu, 11 May 2017 11:01:30 +0200 [thread overview]
Message-ID: <1494493290-22700-5-git-send-email-noltari@gmail.com> (raw)
In-Reply-To: <1494493290-22700-1-git-send-email-noltari@gmail.com>
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(+)
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
--
2.1.4
next prev parent reply other threads:[~2017-05-11 9:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-11 9:01 [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size Álvaro Fernández Rojas
2017-05-11 9:01 ` [U-Boot] [PATCH 2/5] mips: bmips: bcm6328: fix brcm, bcm6328-mc size Álvaro Fernández Rojas
2017-05-12 21:02 ` Daniel Schwierzeck
2017-05-11 9:01 ` [U-Boot] [PATCH 3/5] mips: bmips: bcm63268: " Álvaro Fernández Rojas
2017-05-12 21:03 ` Daniel Schwierzeck
2017-05-11 9:01 ` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm,bcm63268-mc id Álvaro Fernández Rojas
2017-05-12 21:03 ` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm, bcm63268-mc id Daniel Schwierzeck
2017-05-11 9:01 ` Álvaro Fernández Rojas [this message]
2017-05-12 21:03 ` [U-Boot] [PATCH 5/5] mips: bmips: add missing SFR NeufBox 4 config Daniel Schwierzeck
2017-05-12 21:02 ` [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size Daniel Schwierzeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1494493290-22700-5-git-send-email-noltari@gmail.com \
--to=noltari@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.