block: rename the flag of emmc_disk to is_rk_disk
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 4 Jan 2017 07:26:25 +0000 (15:26 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 5 Jan 2017 01:16:57 +0000 (09:16 +0800)
commit67ed0175f08f82855f9a7b38f0ab0839d176a682
treecd1e0ca3e66e3ae8afb1134094ee9dcee75faf6c
parentcc8c453c3fc90e8a0114dc316f9a5db69354d1c6
block: rename the flag of emmc_disk to is_rk_disk

flag of emmc_disk was used to indicate that if the main
disk is for rockchip specific as we need to use rk specific
partition layout. But this name is vague and pointless since
the main disk could be sdmmc as we support sdmmc bootup.
Moreover, we could support more types of storage devices, for
instance, NVMe, UFS etc. Let's rename it to better reflect what
it is here.

Change-Id: Ibdeb4a930b97767d796ddfc050ee9d4d0ddeceb7
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
block/partitions/rk.c
drivers/mmc/card/block.c
include/linux/genhd.h