-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Description
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
Labels
No labels