]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Convert hs400_tuning flag from u8 to bool
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 24 Feb 2024 22:32:09 +0000 (23:32 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 Apr 2024 06:19:12 +0000 (15:19 +0900)
commitd1343522e509ea78dd53615846bd7b0a0049e97a
tree404b1e2586144331efbedf2daa596d0909a4ac85
parent12859c2219a61bf4ce8b33de267d2b0e3e11ef37
mmc: Convert hs400_tuning flag from u8 to bool

This hs400_tuning is a flag, make it bool. No functional change.
This will be useful in the following patch, which adds another
more generic flag, where the compiler can better use the space
now reserved for the u8 to store more flags in it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/mmc.c
include/mmc.h