Tool/software: Linux
Hi,
I have a custom AM335X board, with eMMC on AM335X mmc1 port and SD card on AM335X mmc0 port. everything is fine I am able to detect both mmc0 and mmc1 after boot . The mount point of emmc changes to mmcblk1 once the sd card is inserted . I want to mount emmc always as mmcblk0 .I am using 4.4 kernel with the old kernel I am able to do using the below function in board file .But i am not able to figure out where can we alter the card priority in 4. series of kernel . Kindly show me a way ,whether we need to alter dts to change the mount point or we need to do that in driver.