mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: barebox@lists.infradead.org
Subject: [PATCH 3/4] ARM: netx: Remove references for missing boards
Date: Sun, 28 Apr 2013 08:27:28 +0400	[thread overview]
Message-ID: <1367123249-24119-3-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1367123249-24119-1-git-send-email-shc_work@mail.ru>

Barebox do not have support for MACH_NXDKN, MACH_NXHMIBB,
MACH_NXEB500HMI and MACH_NXHX boards, so remove these symbols.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-netx/Kconfig | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
index 8d8f49b..3c62d60 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -9,35 +9,19 @@ config BOARDINFO
 
 config NETX_SDRAM_CTRL
 	hex
-	default 0x010D0001 if MACH_NXDKN
 	default 0x010D0121 if MACH_NXDB500
-	default 0x030D0111 if MACH_NXHMIBB
-	default 0x010D0111 if MACH_NXEB500HMI
-	default 0x030D0001 if MACH_NXHX
 
 config NETX_SDRAM_TIMING_CTRL
 	hex
-	default 0x03C12151 if MACH_NXDKN
 	default 0x03C13261 if MACH_NXDB500
-	default 0x03C13251 if MACH_NXHMIBB
-	default 0x03C13251 if MACH_NXEB500HMI
-	default 0x03C23251 if MACH_NXHX
 
 config NETX_MEM_CTRL
 	hex
-	default 0x0103030F if MACH_NXDKN
 	default 0x0203030F if MACH_NXDB500
-	default 0x0103030F if MACH_NXHMIBB
-	default 0x0103030F if MACH_NXEB500HMI
-	default 0x0103030F if MACH_NXHX
 
 config NETX_COOKIE
 	hex
-	default 16 if MACH_NXDKN
 	default 32 if MACH_NXDB500
-	default 16 if MACH_NXHMIBB
-	default 16 if MACH_NXEB500HMI
-	default 16 if MACH_NXHX
 
 choice
 	prompt "Netx Board Type"
-- 
1.8.1.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2013-04-28  4:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-28  4:27 [PATCH 1/4] ata: Remove wrong DISK_DRIVE symbol Alexander Shiyan
2013-04-28  4:27 ` [PATCH 2/4] ARM: omap: Remove wrong OMAP_CLOCK_ALL symbol Alexander Shiyan
2013-04-28  4:27 ` Alexander Shiyan [this message]
2013-04-28  4:27 ` [PATCH 4/4] ARM: imx: Fix incorrect Kconfig symbols for some boards Alexander Shiyan
2013-04-30  6:21 ` [PATCH 1/4] ata: Remove wrong DISK_DRIVE symbol Sascha Hauer

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=1367123249-24119-3-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=barebox@lists.infradead.org \
    /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