]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: mmc: support squashfs
authorRichard Genoud <richard.genoud@bootlin.com>
Fri, 13 Mar 2026 10:42:27 +0000 (11:42 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 26 Mar 2026 17:04:28 +0000 (11:04 -0600)
commitfb0df3552892ff150edaf7579989fd4750ee85ee
tree9bbcabbe009a21ca976b3f529e1030e068e8b0e9
parent6494e823b46ced400764b6203d7480c9e3badc20
spl: mmc: support squashfs

spl_mmc_do_fs_boot supports now loading an image from squashfs.

Also, convert #if defined(CONFIG_SPL_xx) to if (CONFIG_IS_ENABLED(xx))

Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
common/spl/spl_mmc.c