public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL
@ 2010-01-15  7:50 Barry Song
  2010-01-15  7:50 ` [PATCH 2/2] mtd-physmap: add support users can assign the probe type in board files Barry Song
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Barry Song @ 2010-01-15  7:50 UTC (permalink / raw)
  To: dwmw2; +Cc: uclinux-dist-devel, linux-mtd, Barry Song

Some architectures like blackfin,h8300,m68k use ROMKERNEL to describe
kernel XIP, not like arm which uses XIP_KERNEL

Signed-off-by: Barry Song <21cnbao@gmail.com>
---
 drivers/mtd/chips/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index 35c6a23..6c39451 100644
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -233,7 +233,7 @@ config MTD_ABSENT
 config MTD_XIP
 	bool "XIP aware MTD support"
 	depends on !SMP && (MTD_CFI_INTELEXT || MTD_CFI_AMDSTD) && EXPERIMENTAL && ARCH_MTD_XIP
-	default y if XIP_KERNEL
+	default y if (XIP_KERNEL || ROMKERNEL)
 	help
 	  This allows MTD support to work with flash memory which is also
 	  used for XIP purposes.  If you're not sure what this is all about
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-23  7:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15  7:50 [PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL Barry Song
2010-01-15  7:50 ` [PATCH 2/2] mtd-physmap: add support users can assign the probe type in board files Barry Song
2010-05-23  7:23   ` Mike Frysinger
2010-01-15 10:29 ` [PATCH 1/2] let MTD_XIP depend on XIP_KERNEL or ROMKERNEL David Woodhouse
2010-01-15 10:34   ` [Uclinux-dist-devel] " Mike Frysinger
2010-01-16  6:35     ` Barry Song
2010-02-02  5:48 ` Artem Bityutskiy
2010-03-22  5:40   ` Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox