Skip to content

nand/omap2 module is not available if onenand/omap2 is #40

@npf

Description

@npf

nand/omap2.ko is not shipped (make modules_install) if onenand/omap2 is built.
(if I'm correct, onenand/omap2 is not supposed to supersede nand/omap2 ?)

After build I have:

# /beagleboard/linux (master %=)$ find -name omap2.ko
./drivers/mtd/nand/omap2.ko
./drivers/mtd/onenand/omap2.ko

But only the onenand/omap2 module gets shipped upon make modules_install

# /beagleboard/linux (master %=)$ find /lib/modules/4.1.5/ -name omap2.ko
/lib/modules/4.1.5/kernel/drivers/mtd/onenand/omap2.ko

Also, on the running system (BeagleBoard C3) the nand is not found.

@rogerq , I don't think it's fixed with your last commits. Could you confirm ?

For ref, my initial discussion with @RobertCNelson : RobertCNelson/linux-dev#40

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions