* I patch the MTD , but compiler do not compile any object code in /usr/src/linux/drivers/MTD/
@ 2001-07-31 10:27 Patrick
2001-07-31 12:46 ` Vipin Malik
0 siblings, 1 reply; 2+ messages in thread
From: Patrick @ 2001-07-31 10:27 UTC (permalink / raw)
To: linux-mtd
I patch the MTD code in kernel source 2.4.0-test9 for mipsel
after I build the kernel , booting the kernel ,without any message about
MTD
when I try every kind of MTD driver.
I found the /usr/src/linux/drivers/MTD/ without any object code (*.o)
I have no idea
#
# Memory Technology Devices (MTD)
#
CONFIG_MTD=y
CONFIG_MTD_DEBUG=y
CONFIG_MTD_DEBUG_VERBOSE=0
CONFIG_MTD_PARTITIONS=m
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_BOOTLDR_PARTS is not set
# CONFIG_MTD_AFS_PARTS is not set
# CONFIG_MTD_CHAR is not set
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_NOSWAP=y
# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
# CONFIG_MTD_CFI_GEOMETRY is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
# CONFIG_MTD_AMDSTD is not set
# CONFIG_MTD_SHARP is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
CONFIG_MTD_JEDEC=m
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: I patch the MTD , but compiler do not compile any object code in /usr/src/linux/drivers/MTD/
2001-07-31 10:27 I patch the MTD , but compiler do not compile any object code in /usr/src/linux/drivers/MTD/ Patrick
@ 2001-07-31 12:46 ` Vipin Malik
0 siblings, 0 replies; 2+ messages in thread
From: Vipin Malik @ 2001-07-31 12:46 UTC (permalink / raw)
To: Patrick, linux-mtd
At 06:27 PM 7/31/2001 +0800, Patrick wrote:
>I patch the MTD code in kernel source 2.4.0-test9 for mipsel
>
>after I build the kernel , booting the kernel ,without any message about
>
>MTD
First you seem to have built all the MTD drivers as modules so you won't
see any MTD messages during the bootup phase (unless something is
explicitly loading a MTD module(s)- which I doubt as you are building this
for the first time).
>when I try every kind of MTD driver.
>
>I found the /usr/src/linux/drivers/MTD/ without any object code (*.o)
I presume that you also did a "make modules" when you "built the kernel"?
># CONFIG_MTD_CHAR is not set
You also need CONFIG_MTD_CHAR
Vipin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-07-31 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-31 10:27 I patch the MTD , but compiler do not compile any object code in /usr/src/linux/drivers/MTD/ Patrick
2001-07-31 12:46 ` Vipin Malik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox