Hello
On my AM3352 custom board a /media/mmcblk0p2 is mounted to access first SD card mmc0.
I want to add support for a second SD card mmc1 .
Do i only have to add a call to mmc1_init() function in board-am335xevm.c to have access to the second sd card under linux (will there be a /media/mmcblk0p2 mounted automatically ?)
Best regards