All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] am335x_evm: Switch to using imply keyword
Date: Fri,  3 Mar 2017 15:33:30 -0500	[thread overview]
Message-ID: <1488573213-11586-2-git-send-email-trini@konsulko.com> (raw)
In-Reply-To: <1488573213-11586-1-git-send-email-trini@konsulko.com>

These particular SPL options are part of what the ROM provides, but for
compatibility with how we have previously used them, move them to being
implied by the board being selected.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/arm/mach-omap2/am33xx/Kconfig | 3 +++
 board/ti/am335x/Kconfig            | 9 ---------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig
index 5b5d3f8cec29..5adcead185de 100644
--- a/arch/arm/mach-omap2/am33xx/Kconfig
+++ b/arch/arm/mach-omap2/am33xx/Kconfig
@@ -15,6 +15,9 @@ config TARGET_AM335X_EVM
 	select DM_SERIAL
 	select DM_GPIO
 	select TI_I2C_BOARD_DETECT
+	imply SPL_YMODEM_SUPPORT
+	imply SPL_ENV_SUPPORT
+	imply SPL_WATCHDOG_SUPPORT
 	help
 	  This option specifies support for the AM335x
 	  GP and HS EVM development platforms. The AM335x
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig
index a84e91b3dc56..97374bdc12ae 100644
--- a/board/ti/am335x/Kconfig
+++ b/board/ti/am335x/Kconfig
@@ -1,14 +1,5 @@
 if TARGET_AM335X_EVM
 
-config SPL_ENV_SUPPORT
-	default y
-
-config SPL_WATCHDOG_SUPPORT
-	default y
-
-config SPL_YMODEM_SUPPORT
-	default y
-
 config SYS_BOARD
 	default "am335x"
 
-- 
1.9.1

  reply	other threads:[~2017-03-03 20:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03 20:33 [U-Boot] [PATCH 1/5] kconfiglib.py: Kludge in 'imply' support Tom Rini
2017-03-03 20:33 ` Tom Rini [this message]
2017-03-05 22:53   ` [U-Boot] [PATCH 2/5] am335x_evm: Switch to using imply keyword Lukasz Majewski
2017-03-05 23:01     ` Tom Rini
2017-03-10 15:10   ` [U-Boot] [U-Boot, " Tom Rini
2017-03-03 20:33 ` [U-Boot] [PATCH 3/5] TI: Migrate board/ti/common/Kconfig to imply Tom Rini
2017-03-10 15:10   ` [U-Boot] [U-Boot, " Tom Rini
2017-03-03 20:33 ` [U-Boot] [PATCH 4/5] omap3: Migrate to using imply Tom Rini
2017-03-10 15:10   ` [U-Boot] [U-Boot,4/5] " Tom Rini
2017-03-03 20:33 ` [U-Boot] [PATCH 5/5] omap4: " Tom Rini
2017-03-10 15:10   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2017-03-10 15:10 ` [U-Boot] [U-Boot,1/5] kconfiglib.py: Kludge in 'imply' support Tom Rini

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=1488573213-11586-2-git-send-email-trini@konsulko.com \
    --to=trini@konsulko.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.