public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS
Date: Thu, 13 Aug 2015 21:08:46 +0200	[thread overview]
Message-ID: <1439492927-5434-2-git-send-email-smoch@web.de> (raw)
In-Reply-To: <1439492927-5434-1-git-send-email-smoch@web.de>

move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
---
 board/tbs/tbs2910/Kconfig | 6 ++++++
 configs/tbs2910_defconfig | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig
index 84b243e..a795837 100644
--- a/board/tbs/tbs2910/Kconfig
+++ b/board/tbs/tbs2910/Kconfig
@@ -12,4 +12,10 @@ config SYS_SOC
 config SYS_CONFIG_NAME
 	default "tbs2910"
 
+config MX6Q
+	default y
+
+config IMX_CONFIG
+	default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
+
 endif
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index 1e20d29..2e86d8e 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -1,7 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_MX6=y
 CONFIG_TARGET_TBS2910=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q"
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 CONFIG_DM=y
-- 
1.9.1

  reply	other threads:[~2015-08-13 19:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13 19:08 [U-Boot] [PATCH 1/3] tbs2910: use full name in Kconfig board selection Soeren Moch
2015-08-13 19:08 ` Soeren Moch [this message]
2015-08-13 19:08 ` [U-Boot] [PATCH 3/3] tbs2910: remove SYS_SOC from board specific Kconfig Soeren Moch
2015-08-28 13:05 ` [U-Boot] [PATCH 1/3] tbs2910: use full name in Kconfig board selection Soeren Moch
2015-08-31 16:44   ` Stefano Babic

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=1439492927-5434-2-git-send-email-smoch@web.de \
    --to=smoch@web.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox