]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/mmc.c
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)
commit1b313aa3e33de09db7b48de5d325fd22e73e1f47
tree82d65e76af40bf5fa6873ace9d2086118e71891e
parentf0f6917188ad660cf002c10095f46ecf748b8f58
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