]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: make optional the support for eMMC hardware partitioning
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 30 Nov 2017 16:44:02 +0000 (17:44 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000 (18:11 +0900)
commitcf17789e078fd23b95ee86ffc441e98709c2d063
tree3d98b8042489f1a0b007e3be5b6d2ce47faa30bc
parentf99c2efe5672d7355a632dcae3551ffadea1163a
mmc: make optional the support for eMMC hardware partitioning

Not all boards have an eMMC and not all users have a need for this.
Allow to compile it out. By default it is still included.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
cmd/mmc.c
drivers/mmc/Kconfig
drivers/mmc/mmc.c