]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: synchronize the sequence with enum bus_mode in mmc.h
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 30 Jan 2018 05:10:16 +0000 (14:10 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 21 Feb 2018 09:04:25 +0000 (18:04 +0900)
commit63078b5e9970e7cf0e3f8dca79352d2d3f715dba
tree82d65e76af40bf5fa6873ace9d2086118e71891e
parentef49c8e452d7e9c87b9a9691b9f00e9d9c37e8f1
mmc: synchronize the sequence with enum bus_mode in mmc.h

If some configs are disabled, number of freqs array will not assigned to
correct value with bus_mode.
Synchornize the ordering with enum bus_mode in mmc.h.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/mmc.c