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)
commit3b6989b526f06ee38afb31fab83c8a3f7f6201ea
tree6bb5a7beaccfba9ef27933b53613f4ce706eb127
parentddfe346f4cd4bd108fb37fc065f3b06acd4cf5b4
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