]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: drop default SPL_LIBDISK_SUPPORT enablement
authorAndre Przywara <andre.przywara@arm.com>
Mon, 17 Dec 2018 10:05:44 +0000 (10:05 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:30 +0000 (07:13 -0500)
commit0e2c62fa1a9a868fdf35636124a5b727bfddad47
tree6bb5a7beaccfba9ef27933b53613f4ce706eb127
parent75e18f461c264f73a93e0a333be129bfe9b4bf39
sunxi: drop default SPL_LIBDISK_SUPPORT enablement

There is no code for using partition labels in the Allwinner SPL port.
Even so the name is slightly misleading, CONFIG_SPL_LIBDISK_SUPPORT was
meant to guard partition code for the SPL.

Remove the "imply" line in the Kconfig to make this obvious and avoid
unneeded code inclusions, helping to keep the H6 SPL code small.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig